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

Commit 14d63589 authored by Vinay Sudra's avatar Vinay Sudra
Browse files

soc: qcom: Change dmesg print for ddr cap frequency driver



Change dmesg print for ddr cap frequency driver.

Change-Id: I2d660f51596dc6c309ad932b543c7c030b1b04cb
Signed-off-by: default avatarVinay Sudra <vsudra@codeaurora.org>
parent 4440785e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@ static ssize_t set_ddr_capped_freq_store(struct device *dev,
	unsigned int freq = 0;
	unsigned int freq = 0;


	if (kstrtou32(buf, 0, &freq)) {
	if (kstrtou32(buf, 0, &freq)) {
		pr_err("%s: failed to read boot info from string\n", __func__);
		pr_err("%s: failed to read frequency info from string\n", __func__);
		return -EINVAL;
		return -EINVAL;
	}
	}