regulator: ti-abb: Convert to use devm_ioremap_resource
authorTushar Behera <tushar.behera@linaro.org>
Tue, 18 Jun 2013 04:15:07 +0000 (09:45 +0530)
committerMark Brown <broonie@linaro.org>
Tue, 18 Jun 2013 11:57:08 +0000 (12:57 +0100)
Commit 75096579c3ac ("lib: devres: Introduce devm_ioremap_resource()")
introduced devm_ioremap_resource() and deprecated the use of
devm_request_and_ioremap().

While at it, remove the error message as devm_ioremap_resource prints a similar
error message.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found