]> git.baikalelectronics.ru Git - kernel.git/commit
sata_rcar: Convert to devm_ioremap_resource()
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 4 Apr 2013 09:26:36 +0000 (14:56 +0530)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 11 Apr 2013 23:34:48 +0000 (19:34 -0400)
commit539fa0271533110d711bd8c68fc8c808c39d4619
tree58a23dbcc4f03f7e10c5e2cdc75753eb40167124
parent25f5987904645b7a928f523544da884561ddb6ec
sata_rcar: Convert to devm_ioremap_resource()

Use the newly introduced devm_ioremap_resource() instead of
devm_request_and_ioremap() which provides more consistent error handling.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_rcar.c