commit | 4a3398ee9d7d8008ee9bfc8a600b734a1b22af23 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Mar 16 17:37:24 2012 -0600 |
committer | Stephen Warren <swarren@nvidia.com> | Wed Apr 04 13:13:18 2012 -0600 |
tree | c98b2979ea4e5f9c37e4d0b15860f94c6efeef79 | |
parent | 5c1e2c9dc684f26fcc78ff4ef15dc97ed0244303 [diff] |
gpio: tegra: Iterate over the correct number of banks When Tegra30 support was added to the Tegra GPIO driver, a few places which iterated over all banks were not converted to use the variable tegra_gpio_bank_count rather than hard-coding the bank count. Fix this. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Olof Johansson <olof@lixom.net>