ath9k: Fix IRQ nobody cared issue with ath9k
[pandora-kernel.git] / drivers / net / myri_sbus.c
index 8d29319..656a260 100644 (file)
@@ -134,7 +134,7 @@ static int myri_do_handshake(struct myri_eth *mp)
 
        myri_disable_irq(mp->lregs, cregs);
 
-       while (tick++ <= 25) {
+       while (tick++ < 25) {
                u32 softstate;
 
                /* Wake it up. */