b44: fix misalignment and wasted space in rx handling
[cascardo/linux.git] / drivers / net / spider_net.c
index c5c123d..88d2c67 100644 (file)
@@ -1277,7 +1277,6 @@ bad_desc:
 static int spider_net_poll(struct napi_struct *napi, int budget)
 {
        struct spider_net_card *card = container_of(napi, struct spider_net_card, napi);
-       struct net_device *netdev = card->netdev;
        int packets_done = 0;
 
        while (packets_done < budget) {