On Fri, 2020-12-04 at 15:38 +0100, Ulf Hansson wrote:
There is no need to poll device status through CMD13.
Meanwhile, based on the original change commit (mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response), and comment in __mmc_blk_ioctl_cmd(), current code is not in line with its original purpose. So fix it with this patch.
Fixes: a0d4c7eb71dd ("mmc: block: Add CMD13 polling for MMC IOCTLS with R1B response") Cc: stable@vger.kernel.org Reported-by: Zhan Liu zliua@micron.com Signed-off-by: Zhan Liu zliua@micron.com Signed-off-by: Bean Huo beanhuo@micron.com
Applied for fixes, thanks!
Note, I took the liberty to rephrase the commit message (and the header) to clarify things a bit more.
Uffe, Nice, thanks a lot.
Bean