projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
30e53bb
3ad9e86
)
Merge tag 'extcon-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo...
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 8 Apr 2013 23:50:23 +0000
(16:50 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 8 Apr 2013 23:50:23 +0000
(16:50 -0700)
Chanwoo writes:
This is small fixes for extcon driver.
MAX77693 extcon driver
- Add 'static' keryword to internal data structure
- Fix return value using 'ret' instead of hardcoding
MAX8997 extcon driver
- Use dev_err() instead of pr_err()
- Fix return value using 'ret' instead of hardcoding
Trivial merge