Re: [PATCH 1/5] mmc: core: don't try to switch block size for dual rate mode

2016-09-22 Thread Ulf Hansson
On 21 September 2016 at 03:43, Shawn Lin wrote: > From: Ziyuan Xu > > Per spec, block size should always be 512 bytes for dual rate mode, > so any attempts to switch the block size under dual rate mode should > be neglected. > > Signed-off-by:

Re: [PATCH 1/5] mmc: core: don't try to switch block size for dual rate mode

2016-09-22 Thread Ulf Hansson
On 21 September 2016 at 03:43, Shawn Lin wrote: > From: Ziyuan Xu > > Per spec, block size should always be 512 bytes for dual rate mode, > so any attempts to switch the block size under dual rate mode should > be neglected. > > Signed-off-by: Ziyuan Xu > Signed-off-by: Shawn Lin Thanks,

[PATCH 1/5] mmc: core: don't try to switch block size for dual rate mode

2016-09-20 Thread Shawn Lin
From: Ziyuan Xu Per spec, block size should always be 512 bytes for dual rate mode, so any attempts to switch the block size under dual rate mode should be neglected. Signed-off-by: Ziyuan Xu Signed-off-by: Shawn Lin ---

[PATCH 1/5] mmc: core: don't try to switch block size for dual rate mode

2016-09-20 Thread Shawn Lin
From: Ziyuan Xu Per spec, block size should always be 512 bytes for dual rate mode, so any attempts to switch the block size under dual rate mode should be neglected. Signed-off-by: Ziyuan Xu Signed-off-by: Shawn Lin --- drivers/mmc/core/core.c | 3 ++- 1 file changed, 2 insertions(+), 1