Re: [PATCH] netdev: pasemi: fix return value check in pasemi_mac_phy_init()
From: David Miller <davem@davemloft.net>
Date: 2012-09-27 17:21:15
Also in:
linux-devicetree
From: David Miller <davem@davemloft.net>
Date: 2012-09-27 17:21:15
Also in:
linux-devicetree
From: Wei Yongjun <redacted> Date: Thu, 27 Sep 2012 13:51:58 +0800
From: Wei Yongjun <redacted> 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 <redacted>
Applied, thanks.