r8169: check firmware content sooner.
[cascardo/linux.git] / drivers / net / znet.c
index ec2800f..8b88817 100644 (file)
@@ -731,7 +731,7 @@ static void znet_rx(struct net_device *dev)
                cur_frame_end_offset -= ((count + 1)>>1) + 3;
                if (cur_frame_end_offset < 0)
                  cur_frame_end_offset += RX_BUF_SIZE/2;
-       };
+       }
 
        /* Now step  forward through the list. */
        do {