extcon: arizona: Remove duplicate set of input parent device
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Thu, 29 May 2014 15:27:51 +0000 (16:27 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 16 Jun 2014 04:33:19 +0000 (13:33 +0900)
commit5a8844b596d5a6008b14d2677b426ac7ed7d260b
tree0199a158e093b4b29c67396d6a42c42c1bab4161
parente48f9dac3fc9f8abe03755973dcafc17d5351137
extcon: arizona: Remove duplicate set of input parent device

devm_input_allocate_device already sets the parent device to be that
passed to it, we also set this manually in arizona_extcon_probe. This
patch removes the redundant set from arizona_extcon_probe.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-arizona.c