USB: usb_debug: use the generic kfifo-based write implementation
authorJohan Hovold <jhovold@gmail.com>
Wed, 17 Mar 2010 22:06:05 +0000 (23:06 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:34 +0000 (13:21 -0700)
commit80fa92c1335a3c7f85a3e0d3dbffd79984fdccc0
treed0a559c1065e5070f4b7833ed03ef9f052d86565
parent8b0127b2082601e40295045414a8318f2c8ee5a0
USB: usb_debug: use the generic kfifo-based write implementation

Use the generic kfifo-based write implementation rather than allowing up
to 4000 8 byte urbs in the host stack queues.

Cc: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/usb_debug.c