]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (11285): Remove unecessary udelay
authorPatrick Boettcher <pb@linuxtv.org>
Sat, 28 Feb 2009 13:30:20 +0000 (10:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:47 +0000 (12:43 -0300)
commit7def728f558c99489cc89f4c5d62dd64dc0289b4
tree582a422ebb7468d74d7613991e74dfbe96cd689b
parent1662070a593b5a862b5bf8c843ebfab0deb058a6
V4L/DVB (11285): Remove unecessary udelay

When resetting the PID-filter block a safety msleep(1) was injected. Now that the function is called from interrupt context, it was replaced with a udelay. It seems that this delay is not necessary at all, let's remove it for now and test a while.

Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/b2c2/flexcop.c