Commit c55ade83 authored by Duncan Sands's avatar Duncan Sands Committed by Greg Kroah-Hartman

[PATCH] USB speedtouch: remove stale code

Should have gone long ago.
parent afa88c62
......@@ -812,9 +812,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 ("udsl_atm_send: 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