diff options
Diffstat (limited to 'drivers/usb/class/usblp.c')
| -rw-r--r-- | drivers/usb/class/usblp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/usb/class/usblp.c b/drivers/usb/class/usblp.c index 93b5f85d7ceb..2250095db0a0 100644 --- a/drivers/usb/class/usblp.c +++ b/drivers/usb/class/usblp.c @@ -27,7 +27,7 @@   *	v0.11 - add proto_bias option (Pete Zaitcev)   *	v0.12 - add hpoj.sourceforge.net ioctls (David Paschal)   *	v0.13 - alloc space for statusbuf (<status> not on stack); - *		use usb_buffer_alloc() for read buf & write buf; + *		use usb_alloc_coherent() for read buf & write buf;   *      none  - Maintained in Linux kernel after v0.13   */ | 
