|
@@ -3203,13 +3203,13 @@ static int va_macro_probe(struct platform_device *pdev)
|
|
|
dev_err(&pdev->dev, "%s: register macro failed\n", __func__);
|
|
|
goto reg_macro_fail;
|
|
|
}
|
|
|
- if (is_used_va_swr_gpio)
|
|
|
- schedule_work(&va_priv->va_macro_add_child_devices_work);
|
|
|
pm_runtime_set_autosuspend_delay(&pdev->dev, VA_AUTO_SUSPEND_DELAY);
|
|
|
pm_runtime_use_autosuspend(&pdev->dev);
|
|
|
pm_runtime_set_suspended(&pdev->dev);
|
|
|
pm_suspend_ignore_children(&pdev->dev, true);
|
|
|
pm_runtime_enable(&pdev->dev);
|
|
|
+ if (is_used_va_swr_gpio)
|
|
|
+ schedule_work(&va_priv->va_macro_add_child_devices_work);
|
|
|
return ret;
|
|
|
|
|
|
reg_macro_fail:
|