perf probe: Fix memory leak when synthesizing SDT probes
[linux-2.6-microblaze.git] / drivers / gpio / gpio-iop.c
index e355c59..7390b5c 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);
 }