USB: oti6858: use kfifo to implement write buffering
authorJohan Hovold <jhovold@gmail.com>
Sun, 16 May 2010 18:33:51 +0000 (20:33 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:49 +0000 (13:21 -0700)
commite3c1803f8b33fb97005202fa3645501ebb946d93
tree1e91d0181ab866413fccb9503f5949b0188048fe
parent117fb8d086cfc6e51c729fe5533bb83cb55c150a
USB: oti6858: use kfifo to implement write buffering

Kill custom fifo implementation.

Use private write fifo to minimise changes to lock handling.

Compile-only tested.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/oti6858.c