USB: serial: reuse generic write urb and bulk-out buffer
authorJohan Hovold <jhovold@gmail.com>
Sun, 6 Nov 2011 18:06:31 +0000 (19:06 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Nov 2011 18:40:00 +0000 (10:40 -0800)
Reuse first write urb and bulk-out buffer of the generic write
implementation for drivers that rely on port->write_urb rather than
allocating them separately.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found