Revision 119eecc831a42bd090543568932e440c6831f1bb authored by Stefani Seibold on 23 December 2009, 08:10:48 UTC, committed by Linus Torvalds on 23 December 2009, 16:53:31 UTC
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 <stefani@seibold.net>
Reported-and-tested-by: Rafael 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: Linus Torvalds <torvalds@linux-foundation.org>
1 parent c9f937e
History
File Mode Size
include
Kconfig -rw-r--r-- 4.2 KB
Makefile -rw-r--r-- 882 bytes
clock.c -rw-r--r-- 10.0 KB
common.c -rw-r--r-- 7.4 KB
cpu-omap.c -rw-r--r-- 3.9 KB
debug-devices.c -rw-r--r-- 2.1 KB
debug-leds.c -rw-r--r-- 7.0 KB
devices.c -rw-r--r-- 9.8 KB
dma.c -rw-r--r-- 51.4 KB
dmtimer.c -rw-r--r-- 22.4 KB
fb.c -rw-r--r-- 9.8 KB
gpio.c -rw-r--r-- 59.0 KB
i2c.c -rw-r--r-- 4.8 KB
io.c -rw-r--r-- 6.3 KB
iommu-debug.c -rw-r--r-- 8.9 KB
iommu.c -rw-r--r-- 20.3 KB
iopgtable.h -rw-r--r-- 2.1 KB
iovmm.c -rw-r--r-- 18.9 KB
mailbox.c -rw-r--r-- 8.2 KB
mcbsp.c -rw-r--r-- 34.3 KB
mux.c -rw-r--r-- 2.2 KB
ocpi.c -rw-r--r-- 2.7 KB
omap-pm-noop.c -rw-r--r-- 6.9 KB
omap_device.c -rw-r--r-- 19.4 KB
sram.c -rw-r--r-- 12.6 KB
usb.c -rw-r--r-- 18.3 KB

back to top