linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/3] usb: phy: fsl-usb: drop driver owner assignment
@ 2024-03-31  9:17 Krzysztof Kozlowski
  2024-03-31  9:17 ` [PATCH v2 2/3] usb: typec: nvidia: " Krzysztof Kozlowski
  2024-03-31  9:17 ` [PATCH v2 3/3] usb: typec: displayport: " Krzysztof Kozlowski
  0 siblings, 2 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-31  9:17 UTC (permalink / raw)
  To: Ran Wang, Greg Kroah-Hartman, Heikki Krogerus, linux-usb,
	linuxppc-dev, linux-kernel
  Cc: Krzysztof Kozlowski

Core in platform_driver_register() already sets the .owner, so driver
does not need to.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

Changes in v2:
1. None
---
 drivers/usb/phy/phy-fsl-usb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/phy/phy-fsl-usb.c b/drivers/usb/phy/phy-fsl-usb.c
index 79617bb0a70e..1ebbf189a535 100644
--- a/drivers/usb/phy/phy-fsl-usb.c
+++ b/drivers/usb/phy/phy-fsl-usb.c
@@ -1005,7 +1005,6 @@ struct platform_driver fsl_otg_driver = {
 	.remove_new = fsl_otg_remove,
 	.driver = {
 		.name = driver_name,
-		.owner = THIS_MODULE,
 	},
 };
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-03 10:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-31  9:17 [PATCH v2 1/3] usb: phy: fsl-usb: drop driver owner assignment Krzysztof Kozlowski
2024-03-31  9:17 ` [PATCH v2 2/3] usb: typec: nvidia: " Krzysztof Kozlowski
2024-04-03 10:24   ` Heikki Krogerus
2024-03-31  9:17 ` [PATCH v2 3/3] usb: typec: displayport: " Krzysztof Kozlowski
2024-04-03 10:26   ` Heikki Krogerus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).