diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 12:07:05 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 12:07:05 +0200 |
commit | 32b6cb3872883861f3a2669cce880f3a7ef8979a (patch) | |
tree | 1d22180eb5121546f716b8b70004905c8d2a3aa9 /arch/arm/mach-s3c2440/Kconfig | |
parent | ARM: S3C24XX: Add note on GPIO bank sizes (diff) | |
download | linux-32b6cb3872883861f3a2669cce880f3a7ef8979a.tar.xz linux-32b6cb3872883861f3a2669cce880f3a7ef8979a.zip |
ARM: SAMSUNG: Fix additional increment when running through gpios
The pm-gpio.c code was incrementing the gpio_nr from the nr_gpios
field and the bank-bank offset inside the loop, and also in the
for() loop with a ++.
Remove the ++, as the number is already at the next GPIO, thus
ensuring that we don't skip a gpio bank by accident.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2440/Kconfig')
0 files changed, 0 insertions, 0 deletions