Thread (2 messages) 2 messages, 2 authors, 2023-08-23

[PATCH -next] staging: greybus: arche-apb-ctrl: remove unnecessary platform_set_drvdata()

From: Yang Yingliang <hidden>
Date: 2023-08-11 07:11:28
Subsystem: greybus platform drivers, greybus subsystem, staging subsystem, the rest · Maintainers: Vaibhav Hiremath, Johan Hovold, Alex Elder, Greg Kroah-Hartman, Linus Torvalds

Remove unnecessary platform_set_drvdata(..., NULL) in ->remove(),
the driver_data will be cleared in device_unbind_cleanup() after
calling ->remove() in driver call code.

Signed-off-by: Yang Yingliang <redacted>
---
 drivers/staging/greybus/arche-apb-ctrl.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
index 8541995008da..5c77c1813214 100644
--- a/drivers/staging/greybus/arche-apb-ctrl.c
+++ b/drivers/staging/greybus/arche-apb-ctrl.c
@@ -423,7 +423,6 @@ static void arche_apb_ctrl_remove(struct platform_device *pdev)
 {
 	device_remove_file(&pdev->dev, &dev_attr_state);
 	poweroff_seq(pdev);
-	platform_set_drvdata(pdev, NULL);
 }
 
 static int __maybe_unused arche_apb_ctrl_suspend(struct device *dev)
-- 
2.25.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help