drivers/i2c/busses: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Tue, 23 Jul 2013 18:01:39 +0000 (20:01 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 7 Aug 2013 15:38:06 +0000 (17:38 +0200)
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: Linus Walleij <linus.walleij@linaro.org>

No differences found