commit | eaf7e98d43c16a827c72016ab3e452d74ac2591c | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 31 17:20:52 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 31 17:20:52 2015 -0700 |
tree | 58c9f79a9b713efb39c1507b9dafa64f4a616f4b | |
parent | cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f [diff] | |
parent | f7a898117aebf3d52370fe637f4d7aff7a237afc [diff] |
Merge tag 'extcon-fixes-for-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus Chanwoo writes: Update extcon for v4.2-rc5 This patchset fix the following two issue: - Fix hang issue when using the extcon_[get|set]_cable_state() because these functions use the cable index instead of cable id. - Fix NULL pointer error of extcon-palmas.c by removing unneeded kfree() call.