Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9faa759d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: block: Return error in case of partition switch failure"

parents 8a754d52 fcbebbae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3772,7 +3772,7 @@ static int mmc_blk_cmdq_issue_rq(struct mmc_queue *mq, struct request *req)
		} else {
			pr_err("%s: %s: partition switch failed err = %d\n",
				md->disk->disk_name, __func__, err);
			ret = 0;
			ret = err;
			goto out;
		}
	}