From e2072cdfb5579d85150b2b39306d2a8f5fb5ea8e Mon Sep 17 00:00:00 2001 From: dingtianhong Date: Sat, 11 Jan 2014 16:23:35 +0800 Subject: [PATCH] net: qlcnic: fix warning for incorrect type in argument The commit 6878f79a8b71e8c7b0587a1185584f54fd31f185 (net: qlcnic: slight optimization of addr compare) cause a warning "sparse: incorrect type in argument 2 (different type sizes)", so fix it. I think julia will convert ether_addr_equal to ether_addr_equal_64bits later. Cc: Himanshu Madhani Cc: Rajesh Borundia Signed-off-by: Ding Tianhong Signed-off-by: David S. Miller --- Reading git-format-patch failed