drivers/net/ethernet/stmicro/stmmac: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Tue, 23 Jul 2013 18:01:45 +0000 (20:01 +0200)
committerDavid 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