Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[sfrench/cifs-2.6.git] / drivers / gpio / gpio-iop.c
index e355c5961eb9f27f029a7fcd9bc6684bf564636c..7390b5ca09e30b4529157c64f4e887c963e7beb5 100644 (file)
@@ -36,6 +36,7 @@ static int iop3xx_gpio_probe(struct platform_device *pdev)
 
        gc->base = 0;
        gc->owner = THIS_MODULE;
+       gc->label = "gpio-iop";
 
        return devm_gpiochip_add_data(&pdev->dev, gc, NULL);
 }