From: Stefani Seibold Date: Mon, 21 Dec 2009 22:37:33 +0000 (-0800) Subject: media video cx23888 driver: ported to new kfifo API X-Git-Tag: v2.6.33-rc2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7801edb0b8b66e83c13623b483bc2e846c007c9d;p=pandora-kernel.git media video cx23888 driver: ported to new kfifo API Fix the cx23888 driver to use the new kfifo API. Using kfifo_reset() may result in a possible race conditions. This patch fixes it by using a spinlock around the kfifo_reset() function. Signed-off-by: Stefani Seibold Cc: Mauro Carvalho Chehab Reviewed-by: Andy Walls Acked-by: Andy Walls Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed