[LEDE-DEV] [PATCH 2/5] staging: mt7621-pci: Remove redundant owner assignment

Rosen Penev rosenp at gmail.com
Sat May 12 12:57:45 PDT 2018


From: Christian Lütke-Stetzkamp <christian at lkamp.de>

Remove the owner assignment form the platform driver as
platform_driver_register() already initializes the owner.
Found using coccinelle.

Signed-off-by: Christian Lütke-Stetzkamp <christian at lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
 target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c b/target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c
index 5125412..4209e23 100644
--- a/target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c
+++ b/target/linux/ramips/files-4.14/arch/mips/pci/pci-mt7621.c
@@ -823,7 +823,6 @@ static struct platform_driver mt7621_pci_driver = {
 	.probe = mt7621_pci_probe,
 	.driver = {
 		.name = "mt7621-pci",
-		.owner = THIS_MODULE,
 		.of_match_table = of_match_ptr(mt7621_pci_ids),
 	},
 };
-- 
2.7.4




More information about the Lede-dev mailing list