]> git.baikalelectronics.ru Git - kernel.git/commit
sdio_uart: Use kfifo instead of the messy circ stuff
authorAlan Cox <alan@linux.intel.com>
Mon, 8 Feb 2010 10:08:39 +0000 (10:08 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:43:20 +0000 (14:43 -0800)
commitb49ddfe2aadb20fb1c99f8c4a0cba8721c8e2d58
treef5648f421cf7a7959ed04c7f96360c786bbdcb87
parent06b6ac21d81d3285bf89ee99776ac188a35690fb
sdio_uart: Use kfifo instead of the messy circ stuff

Revised patch to use the new kfifo API. This replaces the one that was dropped
from -next due to collisions with the kfifo API changes.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/mmc/card/sdio_uart.c