staging: mt7621-pci: Remove redundant owner assignment
authorChristian Lütke-Stetzkamp <christian@lkamp.de>
Wed, 18 Apr 2018 16:40:11 +0000 (18:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:37:12 +0000 (15:37 +0200)
commit70100e25ae98281e430e11e7cb0d82c410c58f36
tree21133e4b4c3e9efdb2cdf2645da55ac1f7ff00ba
parentf89ce734cbe53f96480eb3110dc676c02de42cb7
staging: mt7621-pci: 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>
drivers/staging/mt7621-pci/pci-mt7621.c