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

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

Merge "mmc: sd: fix crash with sd card"

parents df47fba9 85803cf3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -211,7 +211,9 @@ static int mmc_runtime_idle(struct device *dev)
	struct mmc_card *card = mmc_dev_to_card(dev);
	struct mmc_host *host = card->host;

	if (host->bus_ops->runtime_idle)
		return host->bus_ops->runtime_idle(host);
	return 0;
}

#endif /* !CONFIG_PM_RUNTIME */