]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: 3com: fix warning for incorrect type in argument
authordingtianhong <dingtianhong@huawei.com>
Sat, 11 Jan 2014 08:23:37 +0000 (16:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Jan 2014 07:30:35 +0000 (23:30 -0800)
commitae237b3ede6481d28daa62be44a8061d15912436
tree007966951f50b2fd2c7216f627a84eec5fd7c0e9
parente2072cdfb5579d85150b2b39306d2a8f5fb5ea8e
net: 3com: fix warning for incorrect type in argument

The commit c466a9b2b329f7d9982c14eedc83a923d3bc711c
(net: 3com: slight optimization of addr compare)
cause a warning: "passing argument 1 of 'ether_addr_equal'
from incompatible pointer type", so fix it.

I think julia will convert ether_addr_equal to ether_addr_equal_64bits later.

Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/3com/3c509.c