Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: mt7621-gpio: remove redundant owner assignments of drivers

Remove the reduntant owner initialization from this platform driver as
the platform_driver_register() takes care of it.

Signed-off-by: HariPrasath Elango <hariprasath.elango@gmail.com>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

HariPrasath Elango and committed by
Greg Kroah-Hartman
f65d6eb4 38861e43

-1
-1
drivers/staging/mt7621-gpio/gpio-mt7621.c
··· 339 339 .probe = mediatek_gpio_probe, 340 340 .driver = { 341 341 .name = "mt7621_gpio", 342 - .owner = THIS_MODULE, 343 342 .of_match_table = mediatek_gpio_match, 344 343 }, 345 344 };