]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
exynos: pinmux: remove unnecessary routine
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 29 Jan 2014 08:04:17 +0000 (17:04 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 5 Feb 2014 06:37:56 +0000 (15:37 +0900)
commit0ab9a03ca4af90c52640df23242188e32d40ec83
treec4f54c307b4178eab8a506d40bbdc9e6d86a95c1
parent1501cc94162ded8712c6e854969809ff5a0ab595
exynos: pinmux: remove unnecessary routine

Because of the list of peripherals is not sequential,
such a routine does not check for valid correctly.
Error check will be done when call the exynos_pinmux_config function.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
arch/arm/cpu/armv7/exynos/pinmux.c