Commit 916613e7 authored by Duncan Sands's avatar Duncan Sands Committed by Linus Torvalds

[PATCH] USB speedtouch: remove stale code

Should have gone long ago.
parent cc0df651
......@@ -830,9 +830,6 @@ static int udsl_atm_send (struct atm_vcc *vcc, struct sk_buff *skb)
return -ENODEV;
}
if (!instance->firmware_loaded)
return -EAGAIN;
if (vcc->qos.aal != ATM_AAL5) {
dbg ("unsupported ATM type %d!", vcc->qos.aal);
return -EINVAL;
......
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