Loading drivers/mmc/core/block.c +1 −1 Original line number Diff line number Diff line Loading @@ -648,7 +648,7 @@ static int __mmc_blk_ioctl_cmd(struct mmc_card *card, struct mmc_blk_data *md, memcpy(&(idata->ic.response), cmd.resp, sizeof(cmd.resp)); if (idata->rpmb || (cmd.flags & MMC_RSP_R1B)) { if (idata->rpmb || (cmd.flags & MMC_RSP_BUSY)) { /* * Ensure RPMB/R1B command has completed by polling CMD13 * "Send Status". Loading Loading
drivers/mmc/core/block.c +1 −1 Original line number Diff line number Diff line Loading @@ -648,7 +648,7 @@ static int __mmc_blk_ioctl_cmd(struct mmc_card *card, struct mmc_blk_data *md, memcpy(&(idata->ic.response), cmd.resp, sizeof(cmd.resp)); if (idata->rpmb || (cmd.flags & MMC_RSP_R1B)) { if (idata->rpmb || (cmd.flags & MMC_RSP_BUSY)) { /* * Ensure RPMB/R1B command has completed by polling CMD13 * "Send Status". Loading