|
@@ -388,7 +388,8 @@ int usbhsc_drvcllbck_notify_hotplug(struct platform_device *pdev)
|
|
|
* To make sure safety context,
|
|
|
* use workqueue for usbhs_notify_hotplug
|
|
|
*/
|
|
|
- schedule_delayed_work(&priv->notify_hotplug_work, delay);
|
|
|
+ schedule_delayed_work(&priv->notify_hotplug_work,
|
|
|
+ msecs_to_jiffies(delay));
|
|
|
return 0;
|
|
|
}
|
|
|
|