From: Rickard Strandqvist Date: Thu, 26 Jun 2014 16:17:21 +0000 (+0200) Subject: gpio: gpio-twl4030.c: Cleaning up null pointer checks that could never happen X-Git-Tag: v3.17-rc1~71^2~29 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fe5e23d3c93525f3aa6e2f2c583c6a1615a339ef;p=karo-tx-linux.git gpio: gpio-twl4030.c: Cleaning up null pointer checks that could never happen Removal of null pointer checks that could never happen This was found using a static code analysis program called cppcheck Signed-off-by: Rickard Strandqvist Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-twl4030.c b/drivers/gpio/gpio-twl4030.c index 3ebb1a5ff22e..826da37052d7 100644 --- a/drivers/gpio/gpio-twl4030.c +++ b/drivers/gpio/gpio-twl4030.c @@ -554,7 +554,7 @@ no_irqs: platform_set_drvdata(pdev, priv); - if (pdata && pdata->setup) { + if (pdata->setup) { int status; status = pdata->setup(&pdev->dev, priv->gpio_chip.base,