wimax/i2400m: use is_zero_ether_addr() instead of memcmp()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 22 Aug 2012 20:49:33 +0000 (20:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Aug 2012 17:30:26 +0000 (13:30 -0400)
commit9213bb8325747d00b6d9d5aea6ccde6a72c8a1fa
treee983cee7389fc296678438ed5a39aba18ee4ce9c
parent8f4cccbbd92f2ad0ddbbc498ef7cee2a1c3defe9
wimax/i2400m: use is_zero_ether_addr() instead of memcmp()

Using is_zero_ether_addr() instead of directly use
memcmp() to determine if the ethernet address is all
zeros.

spatch with a semantic match is used to found this problem.
(http://coccinelle.lip6.fr/)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wimax/i2400m/driver.c
This page took 0.028945 seconds and 5 git commands to generate.