You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
returned 0 explicitly at the end of ->probe()
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user