]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: s5p_sdhci: fixed wrong function argument
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 30 Aug 2012 16:24:10 +0000 (16:24 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 5 Sep 2012 22:33:26 +0000 (17:33 -0500)
commit8458e0283f041a39c80cae9e2ba67ed3c8ebd73c
tree8bfda0efccfc1a9d4b05ab4633cc31043c779e2d
parentb268660cedab938f40e64456da1cf72da05bc808
mmc: s5p_sdhci: fixed wrong function argument

Useless code is removed, and get buswidth value.
buswidth value will be used to choice the 4bit or 8bit.
(Now used 4bit mode in sdhci.c by default)

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungin.park@samsung.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/arm/include/asm/arch-exynos/mmc.h
arch/arm/include/asm/arch-s5pc1xx/mmc.h
drivers/mmc/s5p_sdhci.c