Loading drivers/extcon/extcon-usb-gpio.c +1 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,7 @@ static int usb_extcon_probe(struct platform_device *pdev) } platform_set_drvdata(pdev, info); device_set_wakeup_capable(&pdev->dev, true); device_init_wakeup(&pdev->dev, true); /* Perform initial detection */ usb_extcon_detect_cable(&info->wq_detcable.work); Loading Loading
drivers/extcon/extcon-usb-gpio.c +1 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,7 @@ static int usb_extcon_probe(struct platform_device *pdev) } platform_set_drvdata(pdev, info); device_set_wakeup_capable(&pdev->dev, true); device_init_wakeup(&pdev->dev, true); /* Perform initial detection */ usb_extcon_detect_cable(&info->wq_detcable.work); Loading