Messages in this thread Patch in this message |  | | From | Duncan Sands <> | Subject | [PATCH 08/14] USB speedtouch: remove stale code | Date | Wed, 21 May 2003 01:01:00 +0200 |
| |
Should have gone long ago.
speedtch.c | 3 --- 1 files changed, 3 deletions(-)
diff -Nru a/drivers/usb/misc/speedtch.c b/drivers/usb/misc/speedtch.c --- a/drivers/usb/misc/speedtch.c Wed May 21 00:40:37 2003 +++ b/drivers/usb/misc/speedtch.c Wed May 21 00:40:37 2003 @@ -812,9 +812,6 @@ 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; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |