drivers/thermal: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Fri, 10 May 2013 08:17:11 +0000 (08:17 +0000)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:45:06 +0000 (11:45 +0900)
commit79682952e4f7cbcbc36188ed909d5517ed9aab26
tree494b5554f3d434066209f05fbe652f06b0fcdb20
parent3356c397e1a00fa02a5b53a1cb2ea8c9f0d3b2c2
drivers/thermal: don't check resource with devm_ioremap_resource

devm_ioremap_resource does sanity checks on the given resource. No need to
duplicate this in the driver.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/dove_thermal.c
drivers/thermal/kirkwood_thermal.c
drivers/thermal/rcar_thermal.c