diff options
Diffstat (limited to 'drivers/net/declance.c')
-rw-r--r-- | drivers/net/declance.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/declance.c b/drivers/net/declance.c index 74abe195212c..1d973db27c32 100644 --- a/drivers/net/declance.c +++ b/drivers/net/declance.c | |||
@@ -969,7 +969,6 @@ static void lance_load_multicast(struct net_device *dev) | |||
969 | crc = crc >> 26; | 969 | crc = crc >> 26; |
970 | *lib_ptr(ib, filter[crc >> 4], lp->type) |= 1 << (crc & 0xf); | 970 | *lib_ptr(ib, filter[crc >> 4], lp->type) |= 1 << (crc & 0xf); |
971 | } | 971 | } |
972 | return; | ||
973 | } | 972 | } |
974 | 973 | ||
975 | static void lance_set_multicast(struct net_device *dev) | 974 | static void lance_set_multicast(struct net_device *dev) |