Files
linux/drivers/net
Wei Yongjun 646093a29f bcm63xx_enet: fix return value check in bcm_enet_shared_probe()
In case of error, the function devm_ioremap_resource() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().

Introduce by commit 0ae99b5fed
(bcm63xx_enet: split DMA channel register accesses)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-19 00:48:58 -07:00
..
2013-03-28 01:20:42 -04:00
2012-12-28 15:24:19 -08:00
2013-03-26 12:27:18 -04:00
2013-06-12 15:08:14 -07:00