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

Change dmesg print for ddr cap frequency driver.

Change-Id: I2d660f51596dc6c309ad932b543c7c030b1b04cb
Signed-off-by: Vinay Sudra <vsudra@codeaurora.org>
This commit is contained in:
Vinay Sudra 2021-03-25 17:48:49 +05:30
parent 4440785ea8
commit 14d6358976

View File

@ -25,7 +25,7 @@ static ssize_t set_ddr_capped_freq_store(struct device *dev,
unsigned int freq = 0;
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;
}