USB: ftdi_sio: clean up SIO write support
authorJohan Hovold <jhovold@gmail.com>
Wed, 5 May 2010 21:45:01 +0000 (23:45 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:42 +0000 (13:21 -0700)
commite877048417454b0baca5d4a5aceed72a6602c3be
treec15539742bdeb84a58cc87abadb679b6ac7d90c3
parentd3901a064cfedf892c00704aa4e51d119f04a65e
USB: ftdi_sio: clean up SIO write support

The original SIO devices require a control byte for every packet
written. Clean up the unnecessarily messy implementation of this.

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