mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 09:49:58 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
38861e433c
commit
f65d6eb430
@@ -339,7 +339,6 @@ static struct platform_driver mediatek_gpio_driver = {
|
||||
.probe = mediatek_gpio_probe,
|
||||
.driver = {
|
||||
.name = "mt7621_gpio",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mediatek_gpio_match,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user