extcon: adc-jack: update cable state during boot
Update cable state during boot to avoid any missing external cable events occurred before driver initialisation. Signed-off-by: Venkat Reddy Talla <vreddytalla@nvidia.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
This commit is contained in:
parent
29b4817d40
commit
ba4b27151a
|
@ -158,6 +158,7 @@ static int adc_jack_probe(struct platform_device *pdev)
|
|||
if (data->wakeup_source)
|
||||
device_init_wakeup(&pdev->dev, 1);
|
||||
|
||||
adc_jack_handler(&data->handler.work);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue