]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Sun, 12 May 2013 13:19:50 +0000 (15:19 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 18 May 2013 09:57:07 +0000 (11:57 +0200)
commit9c66e3bdccc8dfe887fb6414d1a59bffdd1f3f8e
tree5925bf1e40125578f12d5f9bb4f0f6e1a3d84481
parenta548ff249bc3d58a7a70b3025e053386d3968651
drivers/rtc: 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: Stephen Warren <swarren@nvidia.com>
drivers/rtc/rtc-nuc900.c
drivers/rtc/rtc-omap.c
drivers/rtc/rtc-s3c.c
drivers/rtc/rtc-tegra.c