]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/net/rtl8150.c
[PATCH] isdn4linux: Gigaset driver: fix __must_check warning
[linux-2.6-omap-h63xx.git] / drivers / usb / net / rtl8150.c
index a72685b96061dfb862a85aa8368e7758ce227089..2364c20993874f381c4975430000a56fb8a4a9a4 100644 (file)
@@ -438,7 +438,7 @@ static void read_bulk_callback(struct urb *urb, struct pt_regs *regs)
                break;
        case -ENOENT:
                return; /* the urb is in unlink state */
-       case -ETIMEDOUT:
+       case -ETIME:
                warn("may be reset is needed?..");
                goto goon;
        default: