staging: mt7621-spi: Remove redundant owner assignment
authorChristian Lütke-Stetzkamp <christian@lkamp.de>
Wed, 18 Apr 2018 17:37:32 +0000 (19:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:37:13 +0000 (15:37 +0200)
commit45afe28c617bf240e40a6ed683e35bbcb878cd82
tree06d06243b4ec29c9e032ef740e5d941e8f3b041d
parentf9538d44b5b4e15d44533df5030d019b7779ce63
staging: mt7621-spi: 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-spi/spi-mt7621.c