Returning -EINVAL is enough for MCI core to try SD communication next. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- drivers/mci/atmel_mci_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mci/atmel_mci_common.c b/drivers/mci/atmel_mci_common.c index 99e65adb2cf0..ec710f1cfc38 100644 --- a/drivers/mci/atmel_mci_common.c +++ b/drivers/mci/atmel_mci_common.c @@ -315,7 +315,7 @@ static int atmci_start_cmd(struct atmel_mci *host, struct mci_cmd *cmd, flags |= ATMCI_CMDR_RSPTYP_NONE; break; default: - dev_err(host->hw_dev, "unhandled response type 0x%x\n", + dev_dbg(host->hw_dev, "unhandled response type 0x%x\n", cmd->resp_type); return -EINVAL; } -- 2.30.2