From: Stefani Seibold Date: Wed, 23 Dec 2009 08:10:48 +0000 (+0100) Subject: Fix usb_serial_probe() problem introduced by the recent kfifo changes X-Git-Tag: v2.6.33-rc2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=119eecc831a42bd090543568932e440c6831f1bb;p=pandora-kernel.git 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: Stefani Seibold Reported-and-tested-by: Rafael J. Wysocki Cc: Greg KH Cc: Andrew Morton Cc: Alan Stern Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed