Merge tag '3.15-fixes' of git://neil.brown.name/md
[firefly-linux-kernel-4.4.55.git] / drivers / gpio / gpio-clps711x.c
index 3c2ba2ad0ada7a0fa21d38021baeedf4a9a50583..e1e861239e9512ddf2a8321f885572a1957c31bc 100644 (file)
@@ -65,6 +65,7 @@ static int clps711x_gpio_probe(struct platform_device *pdev)
        }
 
        bgc->gc.base = id * 8;
+       bgc->gc.owner = THIS_MODULE;
        platform_set_drvdata(pdev, bgc);
 
        return gpiochip_add(&bgc->gc);