gpio: ts4800: Drop redundant code to set already initialized gpio_chip fields
authorAxel Lin <axel.lin@ingics.com>
Sat, 20 Feb 2016 06:22:46 +0000 (14:22 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 25 Feb 2016 14:20:44 +0000 (15:20 +0100)
commit22d4ca3522f4d14dda71558e1704e80e3d466bc8
treeef08f5c6c769287162c46a73a4fbc0a62a83c800
parentb178e7ead0cd111d9cb776a2a12abf953e50c2e8
gpio: ts4800: Drop redundant code to set already initialized gpio_chip fields

Both chip->base and chip->label are correctly set by bgpio_init().

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Tested-by: Julien Grossholtz <julien.grossholtz@savoirfairelinux.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ts4800.c