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

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

Merge "mmc: sdhci-msm: No need to free-up dll-hsr table"

parents 4e7137f8 ae7c069e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1971,8 +1971,6 @@ static int sdhci_msm_dt_parse_hsr_info(struct device *dev,
skip_hsr:
	if (!msm_host->dll_hsr)
		dev_info(dev, "Failed to get dll hsr settings from dt\n");
	if (dll_hsr_table)
		devm_kfree(dev, dll_hsr_table);
	return ret;
}