drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Thu, 16 May 2013 01:15:41 +0000 (01:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 May 2013 22:19:45 +0000 (15:19 -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