All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] phy: berlin: .owner field is setup by core
@ 2015-06-24  8:40 Michal Simek
  2015-06-24  8:40 ` [PATCH 2/3] phy: berlin: Do not use sata name in usb phy driver Michal Simek
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michal Simek @ 2015-06-24  8:40 UTC (permalink / raw)
  To: linux-kernel, monstr, antoine.tenart; +Cc: Kishon Vijay Abraham I

There was big cleanup in past to remove this unneeded setting.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

Can be also tracked by coccinelle script.
scripts/coccinelle/api/platform_no_drv_owner.cocci

---
 drivers/phy/phy-berlin-usb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/phy/phy-berlin-usb.c b/drivers/phy/phy-berlin-usb.c
index c6fc95b53083..d7431f6ab975 100644
--- a/drivers/phy/phy-berlin-usb.c
+++ b/drivers/phy/phy-berlin-usb.c
@@ -207,7 +207,6 @@ static struct platform_driver phy_berlin_usb_driver = {
 	.probe	= phy_berlin_usb_probe,
 	.driver	= {
 		.name		= "phy-berlin-usb",
-		.owner		= THIS_MODULE,
 		.of_match_table	= phy_berlin_sata_of_match,
 	 },
 };
-- 
2.3.5


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

end of thread, other threads:[~2015-07-15 12:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-24  8:40 [PATCH 1/3] phy: berlin: .owner field is setup by core Michal Simek
2015-06-24  8:40 ` [PATCH 2/3] phy: berlin: Do not use sata name in usb phy driver Michal Simek
2015-06-26  8:59   ` Antoine Tenart
2015-06-24  8:40 ` [PATCH 3/3] usb: berlin: Trivial coding style cleanup Michal Simek
2015-06-26  8:59   ` Antoine Tenart
2015-07-15 12:43     ` Kishon Vijay Abraham I
2015-06-26  8:59 ` [PATCH 1/3] phy: berlin: .owner field is setup by core Antoine Tenart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.