cpufreq: schedutil: Improve prints messages with pr_fmt
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 18 May 2016 12:25:28 +0000 (17:55 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 18 May 2016 23:02:52 +0000 (01:02 +0200)
commit60f05e86cf3e8c5f379fe5ba94634fcec17dd67e
tree120d6f3463ad29db6f7c4c7a9975fe274f7e6c5e
parent3834abb4e64483af7af7500e54c0a5f957a52b1b
cpufreq: schedutil: Improve prints messages with pr_fmt

Prefix print messages with KBUILD_MODNAME, i.e 'cpufreq_schedutil: '.
This helps to keep similar formatting for all the print messages
particular to a file and identify those easily in kernel logs.

Its already done this way for rest of the governors.

Along with that, remove the (now) redundant bits from a print message.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/sched/cpufreq_schedutil.c