git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39fbe58
)
Input: apbps2 - convert to devm_ioremap_resource()
author
Sachin Kamat
<sachin.kamat@linaro.org>
Mon, 15 Apr 2013 20:38:07 +0000
(13:38 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 15 Apr 2013 20:40:33 +0000
(13:40 -0700)
Use the newly introduced devm_ioremap_resource() instead of
devm_request_and_ioremap() 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: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
No differences found