Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81e9df2c authored by Michael Brunner's avatar Michael Brunner Committed by Linus Walleij
Browse files

gpio: Fix platform driver name in Kontron PLD GPIO driver



This patch changes the driver name to be consistent with the name that
is registered as cell name in the MFD driver. Otherwise the driver won't
load.

Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Acked-by: default avatarKevin Strasser <strassek@engr.orst.edu>
Signed-off-by: default avatarMichael Brunner <michael.brunner@kontron.com>
parent 5b21533b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ static int kempld_gpio_remove(struct platform_device *pdev)

static struct platform_driver kempld_gpio_driver = {
	.driver = {
		.name = "gpio-kempld",
		.name = "kempld-gpio",
		.owner = THIS_MODULE,
	},
	.probe		= kempld_gpio_probe,