Re: [U-Boot] [PATCH v2 2/4] mmc: s5p_mmc: fixed wrong function argument

2012-08-30 Thread Jaehoon Chung
Hi Andy, >> @@ -80,12 +80,11 @@ int s5p_sdhci_init(u32 regbase, u32 max_clk, u32 >> min_clk, u32 quirks) >> >> host->name = S5P_NAME; >> host->ioaddr = (void *)regbase; >> - host->quirks = quirks; > > > I'm very confused by this line. "quirks" is the 4th argument to the > o

Re: [U-Boot] [PATCH v2 2/4] mmc: s5p_mmc: fixed wrong function argument

2012-08-30 Thread Andy Fleming
On Thu, Jul 26, 2012 at 7:33 PM, Jaehoon Chung wrote: > > Useless code is removed, and get buswidth value. > > Signed-off-by: Jaehoon Chung > --- > arch/arm/include/asm/arch-exynos/mmc.h |4 ++-- > arch/arm/include/asm/arch-s5pc1xx/mmc.h |4 ++-- > drivers/mmc/s5p_sdhci.c

[U-Boot] [PATCH v2 2/4] mmc: s5p_mmc: fixed wrong function argument

2012-07-26 Thread Jaehoon Chung
Useless code is removed, and get buswidth value. Signed-off-by: Jaehoon Chung --- arch/arm/include/asm/arch-exynos/mmc.h |4 ++-- arch/arm/include/asm/arch-s5pc1xx/mmc.h |4 ++-- drivers/mmc/s5p_sdhci.c |9 - 3 files changed, 8 insertions(+), 9 deletions(-)