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

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

Merge "mmc: core: avoid returning error value for clk-scaling"

parents 6165eee4 c712b9c0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -444,7 +444,6 @@ int mmc_clk_update_freq(struct mmc_host *host,
		if (!mmc_is_vaild_state_for_clk_scaling(host)) {
			pr_debug("%s: invalid state for clock scaling - skipping",
				mmc_hostname(host));
			err = -EAGAIN;
			goto error;
		}