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: Guenter Roeck <linux@roeck-us.net>
Acked-by: Kevin Strasser <strassek@engr.orst.edu>
Signed-off-by: Michael Brunner <michael.brunner@kontron.com>
 
 static struct platform_driver kempld_gpio_driver = {
        .driver = {
-               .name = "gpio-kempld",
+               .name = "kempld-gpio",
                .owner = THIS_MODULE,
        },
        .probe          = kempld_gpio_probe,