Commit ac7b4feb authored by Chas Williams's avatar Chas Williams Committed by David S. Miller

[ATM]: [fore200e] can't cleap in transmit routine

Signed-off-by: default avatarChas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent df50c088
......@@ -1779,7 +1779,7 @@ fore200e_send(struct atm_vcc *vcc, struct sk_buff *skb)
/* retry once again? */
if (--retry > 0) {
schedule();
udelay(50);
goto retry_here;
}
......
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