]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: fix return value check in efx_ptp_probe_channel()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 7 May 2013 02:19:25 +0000 (02:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 May 2013 20:13:30 +0000 (13:13 -0700)
commitbc732bbb4ab59047f400e473c42f7fe2bb697b68
tree515cd760a696f436a64ae0ae3c16151a128d4375
parent4fee4162c39f0a2a18261242fdae34c67878caa1
sfc: fix return value check in efx_ptp_probe_channel()

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

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Reviewed-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/ptp.c