Home
last modified time | relevance | path

Searched hist:"488540 bf41ce8ccfe8b54c646c3ea67a7196edcd" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/cpuidle/
H A Dcpuidle-kirkwood.cdiff 488540bf41ce8ccfe8b54c646c3ea67a7196edcd Fri Mar 22 14:10:42 CET 2013 Silviu-Mihai Popescu <silviupopescu1990@gmail.com> cpuidle: kirkwood: fix coccicheck warnings

Convert all uses of devm_request_and_ioremap() to the newly introduced
devm_ioremap_resource() which provides more consistent error handling.

devm_ioremap_resource() provides its own error messages so all explicit
error messages can be removed from the failure code paths.

Signed-off-by: Silviu-Mihai Popescu <silviupopescu1990@gmail.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>