gpio: amdpt: Drop unneeded deref of &pdev->dev
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 17 Jun 2019 16:49:15 +0000 (18:49 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 27 Jun 2019 14:56:51 +0000 (15:56 +0100)
commit2b3fee3622d0973970faf2f5790fbe74cde77e45
tree15906c2d562de497e5e71f8a655edc7965256813
parentb183cab7fdf79843f79398af139e02186692c6c7
gpio: amdpt: Drop unneeded deref of &pdev->dev

We already have the struct device* pointer in a local variable,
so we can write this a bit shorter.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-amdpt.c