Searched hist:ae237b3e (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | 3c509.c | ae237b3e Sat Jan 11 02:23:37 CST 2014 dingtianhong <dingtianhong@huawei.com> 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> ae237b3e Sat Jan 11 02:23:37 CST 2014 dingtianhong <dingtianhong@huawei.com> 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>
|