]> git.baikalelectronics.ru Git - kernel.git/commit
netdev: pasemi: fix return value check in pasemi_mac_phy_init()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 26 Sep 2012 19:51:58 +0000 (19:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Sep 2012 17:20:50 +0000 (13:20 -0400)
commit26ebb1a8fad793fbc5809a83aaf141a61929d5d7
treeee86bc4c43c47460b2880f89205ce1fb86c87e70
parent915c3c1c29cb24a6772d231778200d42e9ca7198
netdev: pasemi: fix return value check in pasemi_mac_phy_init()

In case of error, the function of_phy_connect() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value
check should be replaced with NULL test.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pasemi/pasemi_mac.c