OSDN Git Service

gpio: max732x: use i2c_new_dummy_device()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 21 May 2019 09:03:05 +0000 (11:03 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 31 May 2019 07:33:22 +0000 (09:33 +0200)
commit375b94246761816e2637fc8afd454d2b158213f7
tree5ffdebc581f2d1b76f25a0d6ce91e3e8c6beb3fe
parent8764c4ca5049d3ae7984a528a428a3f6881a2216
gpio: max732x: use i2c_new_dummy_device()

We now have a resource managed version of i2c_new_dummy_device() that
also returns an actual error code instead of a NULL-pointer. Use it
in the max732x GPIO driver and simplify code in the process.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-max732x.c