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)
committerSimon Glass <sjg@chromium.org>
Thu, 12 Feb 2015 17:35:29 +0000 (10:35 -0700)
commit26c0472cb07bc23e21fc8148565f7f2be746a8a0
tree39ca9485ab907388e0f1c1c39948e381ac7502dc
parentd895821f4c3c21f034780814cb73842b7219c4f2
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