From: Wei Yongjun Date: Wed, 26 Sep 2012 19:51:58 +0000 (+0000) Subject: netdev: pasemi: fix return value check in pasemi_mac_phy_init() X-Git-Tag: v3.6~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb5ac20b3f90ffabac1eecd3c00205255df0728;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed