]> git.ipfire.org Git - people/ms/linux.git/commit - drivers/gpio/gpio-omap.c
gpio/omap: Remove bank->id information and misc cleanup
authorBenoit Cousson <b-cousson@ti.com>
Wed, 1 Feb 2012 14:58:56 +0000 (15:58 +0100)
committerBenoit Cousson <b-cousson@ti.com>
Mon, 5 Mar 2012 22:02:51 +0000 (23:02 +0100)
commit862ff64011e606582cec80cc3fa4fcd3e585d76f
tree960417c31113f992bec6e3817b97a21628e38bdb
parente4e449e82871c53ef3b22bd3a50fceabc0638926
gpio/omap: Remove bank->id information and misc cleanup

The driver does not need anymore any id to identify the GPIO instance.
Remove every occurence of the bank->id inside the driver.

Remove two trailing spaces.
Add a dev variable for better readability in probe.
Remove unused variable bank->pbase.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Tarun Kanti DebBarma <tarun.kanti@ti.com>
drivers/gpio/gpio-omap.c