[PATCH 16/33] drivers/rtc: don't check resource with devm_ioremap_resource

2013-05-16 Thread Wolfram Sang
devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang --- drivers/rtc/rtc-nuc900.c |5 - drivers/rtc/rtc-omap.c |5 - drivers/rtc/rtc-s3c.c|5 - drivers/rtc/rtc-tegra.c |6 -- 4

[PATCH 16/33] drivers/rtc: don't check resource with devm_ioremap_resource

2013-05-16 Thread Wolfram Sang
devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang w...@the-dreams.de --- drivers/rtc/rtc-nuc900.c |5 - drivers/rtc/rtc-omap.c |5 - drivers/rtc/rtc-s3c.c|5 - drivers/rtc/rtc-tegra.c