]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
gpio: omap: Pass correct argument to _get_gpio_direction()
authorAxel Lin <axel.lin@ingics.com>
Sat, 31 Jan 2015 14:23:38 +0000 (22:23 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:50:44 +0000 (13:50 +0200)
commit32fa4ecd7a6326839e4c7e0aced963df80896f51
tree3a2133e58ebd4dd3132b93454568903c9ff8da07
parentb414d5f3ecb4e8cedb58b8efe935d301fc41ad89
gpio: omap: Pass correct argument to _get_gpio_direction()

Pass bank rather than bank->base to _get_gpio_direction().

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/gpio/omap_gpio.c