|
@@ -770,7 +770,8 @@ static int max8997_muic_probe(struct platform_device *pdev)
|
|
* driver should notify cable state to upper layer.
|
|
* driver should notify cable state to upper layer.
|
|
*/
|
|
*/
|
|
INIT_DELAYED_WORK(&info->wq_detcable, max8997_muic_detect_cable_wq);
|
|
INIT_DELAYED_WORK(&info->wq_detcable, max8997_muic_detect_cable_wq);
|
|
- schedule_delayed_work(&info->wq_detcable, delay_jiffies);
|
|
|
|
|
|
+ queue_delayed_work(system_power_efficient_wq, &info->wq_detcable,
|
|
|
|
+ delay_jiffies);
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
|
|
|