]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: qlcnic: fix warning for incorrect type in argument
authordingtianhong <dingtianhong@huawei.com>
Sat, 11 Jan 2014 08:23:35 +0000 (16:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Jan 2014 07:30:35 +0000 (23:30 -0800)
commite2072cdfb5579d85150b2b39306d2a8f5fb5ea8e
tree4a54b96fc6376a5bc27176af128e1b7d1084f12f
parent090d560fc4723f61b561c8fceb810d4645b49b4c
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 <himanshu.madhani@qlogic.com>
Cc: Rajesh Borundia <rajesh.borundia@qlogic.com>
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c