linux-stable/drivers/opp
Fabio Estevam 035ed07208 PM / OPP: Move error message to debug level
On some i.MX6 platforms which do not have speed grading
check, opp table will not be created in platform code,
so cpufreq driver prints the following error message:

cpu cpu0: dev_pm_opp_get_opp_count: OPP table not found (-19)

However, this is not really an error in this case because the
imx6q-cpufreq driver first calls dev_pm_opp_get_opp_count()
and if it fails, it means that platform code does not provide
OPP and then dev_pm_opp_of_add_table() will be called.

In order to avoid such confusing error message, move it to
debug level.

It is up to the caller of dev_pm_opp_get_opp_count() to check its
return value and decide if it will print an error or not.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2017-10-11 01:51:15 +02:00
..
core.c PM / OPP: Move error message to debug level 2017-10-11 01:51:15 +02:00
cpu.c PM / OPP: Move the OPP directory out of power/ 2017-10-03 02:45:12 +02:00
debugfs.c PM / OPP: Use snprintf() to avoid kasprintf() and kfree() 2017-10-11 01:49:17 +02:00
Kconfig PM / OPP: Move the OPP directory out of power/ 2017-10-03 02:45:12 +02:00
Makefile PM / OPP: Move the OPP directory out of power/ 2017-10-03 02:45:12 +02:00
of.c PM / OPP: Move the OPP directory out of power/ 2017-10-03 02:45:12 +02:00
opp.h PM / OPP: Move the OPP directory out of power/ 2017-10-03 02:45:12 +02:00