Sudeep Holla 809092dc3e drivers/perf: arm-ccn: Use devm_ioremap_resource() to map memory
Instead of checking the return value of platform_get_resource(), we can
use devm_ioremap_resource() which has the NULL pointer check and the
memory region requesting. devm_ioremap_resource is designed to replace
calls to devm_request_mem_region followed by devm_ioremap, so let's use
the same.

Cc: Will Deacon <will.deacon@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2018-07-26 13:33:49 +01:00
..
2018-03-16 20:44:12 +01:00
2018-05-21 18:02:35 +01:00
2018-07-02 12:50:03 +01:00
2018-03-06 17:26:17 +01:00
2018-03-16 20:44:12 +01:00
2018-03-16 20:44:12 +01:00
2018-03-16 20:44:12 +01:00