]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'extcon-fixes-for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Oct 2016 08:32:09 +0000 (10:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Oct 2016 08:32:09 +0000 (10:32 +0200)
commitc82dcf7856bc31fcce7b7fc8b060453485c8bd31
treec7c6ecb78f29dd9e277645730c172db414467b7e
parent698a9eeafc9d2ccc3880e96193730273e83e9463
parentbf963cf6e0dcfbdff43b88972beed60610a6ce3c
Merge tag 'extcon-fixes-for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus

Chanwoo writes:

Update extcon for v4.9-rc3

This patch fixes the following issue:
- Use the extcon_set_state_sync() to notify the changed state
intead of extcon_set_state() in the Qualcomm USB extcon driver.