Skip to content
Commit 119eecc8 authored by Stefani Seibold's avatar Stefani Seibold Committed by Linus Torvalds
Browse files

Fix usb_serial_probe() problem introduced by the recent kfifo changes



The USB serial code was a new user of the kfifo API, and it was missed
when porting things to the new kfifo API.

Please make the write_fifo in place.  Here is my patch to fix the
regression and full ported version.

Signed-off-by: default avatarStefani Seibold <stefani@seibold.net>
Reported-and-tested-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
Cc: Greg KH <greg@kroah.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c9f937e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment