mmc: dw_mmc-pltfm: don't check resource with devm_ioremap_resource
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Jun 2013 09:24:10 +0000 (12:24 +0300)
committerChris Ball <cjb@laptop.org>
Thu, 27 Jun 2013 15:24:03 +0000 (11:24 -0400)
devm_ioremap_resource does sanity checks on the given resource.
No need to duplicate this in the driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found