From ae237b3ede6481d28daa62be44a8061d15912436 Mon Sep 17 00:00:00 2001 From: dingtianhong Date: Sat, 11 Jan 2014 16:23:37 +0800 Subject: [PATCH] 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" Signed-off-by: Ding Tianhong Signed-off-by: David S. Miller --- Reading git-format-patch failed