V4L/DVB (3500): Ringbuffer: don't reset pointers to zero
authorAndreas Oberritter <obi@linuxtv.org>
Tue, 14 Mar 2006 20:30:09 +0000 (17:30 -0300)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 21 Mar 2006 16:53:27 +0000 (08:53 -0800)
Oliver Endriss spotted, that resetting read and write pointers on
flush() requires additional locking and breaks the av7110 driver.
Therefore this patch partially reverts the previous patch titled "make
dvb_ringbuffer compatible to dmxdev_buffer".

Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found