Re: [1/2] mmc: dw_mmc: fix the CardThreshold boundary at CardThrCtl register

2015-10-21 Thread Alim Akhtar
Hi Jaehoon On 10/21/2015 04:19 PM, Jaehoon Chung wrote: > According to DesignWare DoC file, CardThreshold bit should be > bit[27:16]. > So it's correct to use (0xFFF << 16), not (0x1FFF << 16). > > Signed-off-by: Jaehoon Chung > Looks good. Reviewed-by: Alim Akhtar > --- > drivers/mmc/host/dw

[PATCH 1/2] mmc: dw_mmc: fix the CardThreshold boundary at CardThrCtl register

2015-10-21 Thread Jaehoon Chung
According to DesignWare DoC file, CardThreshold bit should be bit[27:16]. So it's correct to use (0xFFF << 16), not (0x1FFF << 16). Signed-off-by: Jaehoon Chung --- drivers/mmc/host/dw_mmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/m