提交 81e9df2c 编写于 作者: M Michael Brunner 提交者: Linus Walleij

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: NGuenter Roeck <linux@roeck-us.net>
Acked-by: NKevin Strasser <strassek@engr.orst.edu>
Signed-off-by: NMichael Brunner <michael.brunner@kontron.com>
上级 5b21533b
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册