returned 0 explicitly at the end of ->probe()

This commit is contained in:
AdityaGarg8
2021-11-02 12:46:16 +05:30
committed by GitHub
parent bff78184b2
commit 01b48c9285
+1 -1
View File
@@ -38,7 +38,7 @@ index 3f1d976eb67c..be81507afb5e 100644
pm_runtime_enable(&pdev->dev);
- return intel_lpss_probe(&pdev->dev, info);
+ return ret;
+ return 0;
}
static int intel_lpss_acpi_remove(struct platform_device *pdev)