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)
committerZhang Rui <rui.zhang@intel.com>
Mon, 20 May 2013 15:35:52 +0000 (23:35 +0800)
commitc28f692c6f5a836dc628fb6990fb4d3d1859f779
tree872ff7a727796c4eed8b6b7075b0b100299a321b
parentc240a539df4e2d50f86e2f31813ff6b7334cd493
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/exynos_thermal.c
drivers/thermal/kirkwood_thermal.c
drivers/thermal/rcar_thermal.c