From: Stefan Richter Date: Wed, 18 Nov 2009 19:01:14 +0000 (-0300) Subject: V4L/DVB (13409): firedtv: packet requeuing is likely to succeed X-Git-Tag: v2.6.33-rc1~338^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1d33f4b0ae319ca79b6bafd6e815cbe0dcd7c14;p=pandora-kernel.git V4L/DVB (13409): firedtv: packet requeuing is likely to succeed Packet DMA buffers are queued either initially all at once (then, a queueing failure will cause firedtv to release the DMA context as a whole) or subsequently one by one as they recycled after use (then a failure is extremely unlikely). Therefore we can be a little less cautious when counting at which packet buffer to set the interrupt flag. Signed-off-by: Stefan Richter Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed