gpio: vf610: Simplify vf610_gpio_set()
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Mon, 11 Mar 2019 06:27:32 +0000 (23:27 -0700)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 18 Mar 2019 07:58:45 +0000 (08:58 +0100)
commita262555bc68561dc861cb24d3bd432fd6ce4f868
treed6659d66543e1e056e243bde1a31c9e76df98b34
parent338aa10750ba24d04beeaf5dc5efc032e5cf343f
gpio: vf610: Simplify vf610_gpio_set()

The only difference between two codepaths is register offset
used. Simplify the code a bit by replacing explicit calls with a
single call with a variable offset. No functional change intended.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: linux-gpio@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-imx@nxp.com
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-vf610.c