]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ata: Convert to devm_ioremap_resource()
authorThierry Reding <thierry.reding@avionic-design.de>
Mon, 21 Jan 2013 10:08:58 +0000 (11:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jan 2013 20:21:46 +0000 (12:21 -0800)
commit93316e263a321de6ef268a2a66c322626bd65cf1
tree6c3ffd81828803b8ae9c4dd0b7081aaf5b2471bf
parent903b33e0292465ebe9705a70084bf9ad06a8a2a5
ata: 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.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ata/pata_ep93xx.c