Message ID | 1480081710-27305-1-git-send-email-ckeepax@opensource.wolfsonmicro.com |
---|---|
State | New |
Headers | show |
On Fri, Nov 25, 2016 at 2:48 PM, Charles Keepax <ckeepax@opensource.wolfsonmicro.com> wrote: > We use the gpio chip private data in all the callbacks so remove this > redundant line of code. > > Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c index 4824628..ed41537 100644 --- a/drivers/gpio/gpio-arizona.c +++ b/drivers/gpio/gpio-arizona.c @@ -140,8 +140,6 @@ static int arizona_gpio_probe(struct platform_device *pdev) goto err; } - platform_set_drvdata(pdev, arizona_gpio); - return ret; err:
We use the gpio chip private data in all the callbacks so remove this redundant line of code. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> --- drivers/gpio/gpio-arizona.c | 2 -- 1 file changed, 2 deletions(-)