o net/dl2k: test_bit expects pointer to long

parent fd4da2f7
......@@ -1142,7 +1142,8 @@ set_multicast (struct net_device *dev)
u16 rx_mode = 0;
int i;
int bit;
int index, crc;
int index;
long crc;
struct dev_mc_list *mclist;
struct netdev_private *np = dev->priv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment