]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: intel_msic: Don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Fri, 10 May 2013 08:16:58 +0000 (10:16 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 16 May 2013 17:16:58 +0000 (19:16 +0200)
commit39b98d86bc321966fada35c7cdfe71f801b85246
treef273aa3ab74e1a9d4b69305a5b4a42325021f5bd
parent1e04de3425e9ef5450182c0da4cf18095ca26548
mfd: intel_msic: 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>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/intel_msic.c