Skip to content

Commit

Permalink
gpio/samsung: fix the typo 'exynos5_xxx' instead of 'exonys5_xxx'
Browse files Browse the repository at this point in the history
Should be 'exynos5_xxx' instead of 'exonys5_xxx'.

It happened at the commit 30b8428 ("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>
  • Loading branch information
Kukjin Kim authored and Linus Torvalds committed Jun 4, 2012
1 parent 4d57857 commit 5041caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpio-samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 5041caa

Please sign in to comment.