drivers/ata: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Sun, 12 May 2013 13:19:46 +0000 (15:19 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 12 May 2013 13:19:46 +0000 (15:19 +0200)
commit29589f06d2430efb76c227b0117029ebd3101eec
tree9675ddf56f2c44c40592c58ee72bfc86a83bc037
parentf722406faae2d073cc1d01063d1123c35425939e
drivers/ata: 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>
drivers/ata/pata_ep93xx.c