]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay
authorThierry MERLE <thierry.merle@free.fr>
Mon, 1 Sep 2008 20:32:10 +0000 (17:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 4 Sep 2008 21:27:03 +0000 (18:27 -0300)
commitc4e3fd940c7081a0332e9b4ea6485744075067b0
treed777a8ac3f2c4eceb0f8e57bcd95579ca9f24d0c
parentdb210426d48998ed412f267b28cf6e62ea0496a8
V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay

b2c2-flexcop, dvb/bt8xx and video/bt8xx fails to build on ARM with:

__bad_udelay is specifically designed on ARM to fail when udelay is
called in a bad way.  arch/arm/include/asm/delay.h has this to say
about __bad_udelay:

/*
 * This function intentionally does not exist; if you see references to
 * it, it means that you're calling udelay() with an out of range value.
 *
 * With currently imposed limits, this means that we support a max delay
 * of 2000us. Further limits: HZ<=1000 and bogomips<=3355
 */
extern void __bad_udelay(void);

Solution is to replace udelay by a mdelay and udelay with value less than 2000

Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/b2c2/flexcop-fe-tuner.c
drivers/media/dvb/bt8xx/dst.c
drivers/media/video/bt8xx/bttv-cards.c