patch-2.3.29 linux/drivers/usb/ezusb.c
Next file: linux/drivers/usb/hp_scanner.c
Previous file: linux/drivers/usb/dc2xx.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Nov 19 14:46:56 1999
- Orig file:
v2.3.28/linux/drivers/usb/ezusb.c
- Orig date:
Thu Nov 18 20:25:37 1999
diff -u --recursive --new-file v2.3.28/linux/drivers/usb/ezusb.c linux/drivers/usb/ezusb.c
@@ -491,7 +491,7 @@
}
}
}
- ret = usbdev->bus->op->bulk_msg(usbdev, pipe, tbuf, length, &len2, timeout);
+ ret = usb_bulk_msg(usbdev, pipe, tbuf, length, &len2, timeout);
if (ret < 0) {
if (length > 0)
free_page((unsigned long)tbuf);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)