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:
18afa4b
)
drivers/net/ethernet/stmicro/stmmac: don't check resource with devm_ioremap_resource
author
Wolfram Sang
<wsa@the-dreams.de>
Tue, 23 Jul 2013 18:01:45 +0000
(20:01 +0200)
committer
David S. Miller
<davem@davemloft.net>
Thu, 25 Jul 2013 06:59:33 +0000
(23:59 -0700)
devm_ioremap_resource does sanity checks on the given resource. No need to
duplicate this in the driver.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found