Re: [v4l-dvb-maintainer] [2.6 patch] drivers/media/video/bt8xx/bttv-cards.c: fix off-by-one

2007-03-29 Thread Mauro Carvalho Chehab
Hi Adrian, Em Seg, 2007-03-26 às 06:08 +0200, Adrian Bunk escreveu: > This patch fixes an off-by-one error spotted by the Coverity checker. Thanks for pointing us about this. Instead of your patch, however, it is better to replace all magic numbers at for on all gpiomask stuff. This will avoid fu

[2.6 patch] drivers/media/video/bt8xx/bttv-cards.c: fix off-by-one

2007-03-25 Thread Adrian Bunk
This patch fixes an off-by-one error spotted by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- --- linux-2.6.21-rc4-mm1/drivers/media/video/bt8xx/bttv-cards.c.old 2007-03-26 00:00:07.0 +0200 +++ linux-2.6.21-rc4-mm1/drivers/media/video/bt8xx/bttv-cards.c 200