From: Patrick Boettcher Date: Sat, 28 Feb 2009 13:30:20 +0000 (-0300) Subject: V4L/DVB (11285): Remove unecessary udelay X-Git-Tag: v2.6.30-rc1~621^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7def728f558c99489cc89f4c5d62dd64dc0289b4;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed