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:
84ce22d
)
bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resource
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Mon, 19 Aug 2013 11:20:39 +0000
(13:20 +0200)
committer
David S. Miller
<davem@davemloft.net>
Wed, 21 Aug 2013 06:22:16 +0000
(23:22 -0700)
Use devm_ioremap_resource instead of devm_request_and_ioremap.
This was done using the semantic patch
scripts/coccinelle/api/devm_ioremap_resource.cocci
The relevant call to platform_get_resource was manually moved down to the
call to devm_ioremap_resource.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found