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:
43519e6
)
ethernet: amd: use devm_ioremap()
author
Varka Bhadram
<varkab@cdac.in>
Mon, 14 Jul 2014 08:39:05 +0000
(14:09 +0530)
committer
David S. Miller
<davem@davemloft.net>
Tue, 15 Jul 2014 02:14:15 +0000
(19:14 -0700)
This patch replace ioremap() with the devm_ioremap() so that
the resource will be freed automatically with the probe failed.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found