]> Pileus Git - ~andy/linux/commit
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)
commitbcc8766696fe2023b498a4a5c19cf8d2193aa62e
tree3969b5ee349f2a2f2889c5a4d4ecad32cddd242d
parentfdfa20c1631210d0ca218689204682ea80e170e3
mmc: dw_mmc-pltfm: 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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc-pltfm.c