summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-twl4030.c
diff options
context:
space:
mode:
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>2014-06-26 18:17:21 +0200
committerLinus Walleij <linus.walleij@linaro.org>2014-07-09 12:22:55 +0200
commitfe5e23d3c93525f3aa6e2f2c583c6a1615a339ef (patch)
tree3a9853857bccc302e268b41d38aa462152f978c4 /drivers/gpio/gpio-twl4030.c
parent246a144eed4093befc58e00cf3ba55e647977420 (diff)
downloadlinux-0-day-fe5e23d3c93525f3aa6e2f2c583c6a1615a339ef.tar.gz
linux-0-day-fe5e23d3c93525f3aa6e2f2c583c6a1615a339ef.tar.xz
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 <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-twl4030.c')
-rw-r--r--drivers/gpio/gpio-twl4030.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-twl4030.c b/drivers/gpio/gpio-twl4030.c
index 3ebb1a5ff22ec..826da37052d74 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,