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

Commit 7af0c3dd authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: sdhci: remove a redundant code piece"

parents d7397bf5 e2e3d4f5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -4851,13 +4851,6 @@ int sdhci_setup_host(struct sdhci_host *host)
			return ret;
	}

	if (mmc->max_segs == 1) {
		/* This may alter mmc->*_blk_* parameters */
		ret = sdhci_allocate_bounce_buffer(host);
		if (ret)
			return ret;
	}

	return 0;

unreg: