commit | 862ff64011e606582cec80cc3fa4fcd3e585d76f | [log] [tgz] |
---|---|---|
author | Benoit Cousson <b-cousson@ti.com> | Wed Feb 01 15:58:56 2012 +0100 |
committer | Benoit Cousson <b-cousson@ti.com> | Mon Mar 05 23:02:51 2012 +0100 |
tree | 960417c31113f992bec6e3817b97a21628e38bdb | |
parent | e4e449e82871c53ef3b22bd3a50fceabc0638926 [diff] |
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>