gpio/samsung: fix the typo 'exynos5_xxx' instead of 'exonys5_xxx'
authorKukjin Kim <kgene.kim@samsung.com>
Mon, 4 Jun 2012 04:07:07 +0000 (13:07 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 Jun 2012 04:21:01 +0000 (21:21 -0700)
Should be 'exynos5_xxx' instead of 'exonys5_xxx'.

It happened at the commit 30b842889eea ("Merge tag 'soc2' of
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc")
during v3.5 merge window.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
[ My bad  - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpio/gpio-samsung.c

index 7bb0044..b6453d0 100644 (file)
@@ -2833,7 +2833,7 @@ static __init void exynos5_gpiolib_init(void)
        }
 
        /* need to set base address for gpc4 */
-       exonys5_gpios_1[11].base = gpio_base1 + 0x2E0;
+       exynos5_gpios_1[11].base = gpio_base1 + 0x2E0;
 
        /* need to set base address for gpx */
        chip = &exynos5_gpios_1[21];