]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'extcon-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Apr 2013 23:50:23 +0000 (16:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Apr 2013 23:50:23 +0000 (16:50 -0700)
commit9caca3dc29a7edc54027478b842cd010072671f3
tree34bed5fdcd7ae909540a345070e14bcb2b981160
parent1e3fda121d542b63d8af1f78422415e2adc5a631
parent065957fa84a226a8de0eccb481493e5fe37788af
Merge tag 'extcon-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next

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