Re: [PATCH] mmc: block: Let CMD13 polling only for MMC IOCTLS with the R1B response

From: Bean Huo
Date: Fri Dec 04 2020 - 10:54:56 EST


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@xxxxxxxxxxxxxxx
> > Reported-by: Zhan Liu <zliua@xxxxxxxxxx>
> > Signed-off-by: Zhan Liu <zliua@xxxxxxxxxx>
> > Signed-off-by: Bean Huo <beanhuo@xxxxxxxxxx>
>
> 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