linux/drivers/base/power/opp
Dan Carpenter a6eed752f5 PM / OPP: passing NULL to PTR_ERR()
The code was using PTR_ERR(NULL) which causes a static checker warning.
I have fixed up the printks and changed the return to -ENOENT.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2015-10-09 22:17:34 +02:00
..
core.c PM / OPP: Move cpu specific code to opp/cpu.c 2015-09-15 02:03:16 +02:00
cpu.c PM / OPP: passing NULL to PTR_ERR() 2015-10-09 22:17:34 +02:00
Makefile
opp.h PM / OPP: Move cpu specific code to opp/cpu.c 2015-09-15 02:03:16 +02:00