Commit 11a5d2b2 authored by David S. Miller's avatar David S. Miller

[NET]: One too many IRQ_HANDLED added to sunqe.c driver.

parent 630adfba
......@@ -124,7 +124,6 @@ static void qe_init_rings(struct sunqe *qep)
qb->qe_rxd[i].rx_flags =
(RXD_OWN | ((RXD_PKT_SZ) & RXD_LENGTH));
}
return IRQ_HANDLED;
}
static int qe_init(struct sunqe *qep, int from_irq)
......
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