Skip to content

Commit

Permalink
cpufreq: st: add missing \n to end of dev_err message
Browse files Browse the repository at this point in the history
Trival fix, dev_err message is missing a \n, so add it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Colin Ian King authored and Rafael J. Wysocki committed Sep 26, 2016
1 parent 4c232f9 commit 9ad0a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/sti-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static int sti_cpufreq_set_opp_info(void)

reg_fields = sti_cpufreq_match();
if (!reg_fields) {
dev_err(dev, "This SoC doesn't support voltage scaling");
dev_err(dev, "This SoC doesn't support voltage scaling\n");
return -ENODEV;
}

Expand Down

0 comments on commit 9ad0a1b

Please sign in to comment.