drivers/cpufreq/acpi-cpufreq.c: This fixes the following checkpatch warning
authorMohan Kumar <mohankumar718@gmail.com>
Mon, 15 Apr 2019 11:03:58 +0000 (14:03 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 16 Apr 2019 21:09:28 +0000 (23:09 +0200)
commiteae2ef0ed2460c56915b13e7d67bb46ae379ec72
treec7253e832739ec12068387c3c2c1763f48cd8ec3
parent9df1e2c60d2b90024d5c2544f07ac9f539524322
drivers/cpufreq/acpi-cpufreq.c: This fixes the following checkpatch warning

WARNING: Prefer using '"%s...", __func__' to using function's name, in a
string

Switch hardcoded function name with a reference to __func__ making the
code more maintainable

Signed-off-by: Mohan Kumar <mohankumar718@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/acpi-cpufreq.c