]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - drivers/mmc/host/sdhci-s3c.c
mmc: Convert to devm_ioremap_resource()
authorThierry Reding <thierry.reding@avionic-design.de>
Mon, 21 Jan 2013 10:09:11 +0000 (11:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 20:21:47 +0000 (12:21 -0800)
commita3e2cd7f24ba7521169943ace3d14b567487ea29
tree4aa79ec01e6a281a846d651ee25c0b94d28b36fc
parent6c2db1c682a9668b854f9f4025650f7145bd090f
mmc: Convert to devm_ioremap_resource()

Convert all uses of devm_request_and_ioremap() to the newly introduced
devm_ioremap_resource() which provides more consistent error handling.

devm_ioremap_resource() provides its own error messages so all explicit
error messages can be removed from the failure code paths.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Cc: Chris Ball <cjb@laptop.org>
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/host/dw_mmc-pltfm.c
drivers/mmc/host/mxs-mmc.c
drivers/mmc/host/sdhci-s3c.c