android_kernel_motorola_sm6225/drivers/extcon
Charles Keepax 6ac6b475c5 extcon: arizona: Get pdata from arizona structure not device
In the case of a device tree system there will be no pdata attached to
the device, causing us to deference a NULL pointer. Better to take the
pdata from the Arizona structure as this will always exist and we know
will have been populated since it is populated by the MFD device which
binds in the extcon driver.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2013-11-26 14:30:10 +09:00
..
extcon-adc-jack.c extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter 2013-09-27 09:37:01 +09:00
extcon-arizona.c extcon: arizona: Get pdata from arizona structure not device 2013-11-26 14:30:10 +09:00
extcon-class.c Update extcon for 3.13 2013-09-26 20:47:25 -07:00
extcon-gpio.c extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter 2013-09-27 09:37:01 +09:00
extcon-max8997.c Update extcon for 3.13 2013-09-26 20:47:25 -07:00
extcon-max77693.c Update extcon for 3.13 2013-09-26 20:47:25 -07:00
extcon-palmas.c extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter 2013-09-27 09:37:01 +09:00
Kconfig extcon: Add an API to get extcon device from dt node 2013-08-05 08:52:45 +09:00
Makefile extcon: Add an API to get extcon device from dt node 2013-08-05 08:52:45 +09:00
of_extcon.c extcon: Add an API to get extcon device from dt node 2013-08-05 08:52:45 +09:00