diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-09-27 21:04:21 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-28 07:18:32 +0200 |
commit | df555b665367f9de6c04826acc482096f17c243d (patch) | |
tree | a7ddfe21f30e9b0f99da71425e9e6aeef430aa33 /kernel/sched/fair.c | |
parent | inetpeer: fix token initialization (diff) | |
download | linux-df555b665367f9de6c04826acc482096f17c243d.tar.xz linux-df555b665367f9de6c04826acc482096f17c243d.zip |
netdev: octeon: fix return value check in octeon_mgmt_init_phy()
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>
Diffstat (limited to 'kernel/sched/fair.c')
0 files changed, 0 insertions, 0 deletions