[U-Boot] [PATCH] mmc: s5p_sdhci: fix to check proper pinmux id

2016-11-24 Thread Seung-Woo Kim
At sdhci_get_config(), there was wrong condition to check pimux id, so this patch fixes to check proper pinmux id. Signed-off-by: Seung-Woo Kim --- drivers/mmc/s5p_sdhci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhci.c ind

Re: [U-Boot] [PATCH] mmc: s5p_sdhci: fix to check proper pinmux id

2016-11-23 Thread Jaehoon Chung
Hi, On 11/24/2016 11:29 AM, Seung-Woo Kim wrote: > At sdhci_get_config(), there was wrong condition to check pimux > id, so this patch fixes to check proper pinmux id. I can't see this patch on patchwork. Best Regards, Jaehoon Chung > > Signed-off-by: Seung-Woo Kim > --- > drivers/mmc/s5p_sd