ramips: Remove redundant owner assignment

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@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
v19.07.3_mercusys_ac12_duma
Christian Lütke-Stetzkamp 6 years ago committed by John Crispin
parent a098a78a33
commit 2ad4daf579

@ -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),
},
};

Loading…
Cancel
Save