Re: [2.6 patch] dvb/frontends/tda18271-common.c: fix off-by-one

2008-01-28 Thread mkrufky
Adrian Bunk wrote: > This patch fixes an off-by-one error spotted by the Coverity checker. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > Reviewed-by: Michael Krufky <[EMAIL PROTECTED]> Thank you, Adrian. Mauro, please merge this and queue for upstream. Cheers, Mike > --- > ---

[2.6 patch] dvb/frontends/tda18271-common.c: fix off-by-one

2008-01-28 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/drivers/media/dvb/frontends/tda18271-common.c.old 2008-01-28 16:27:55.0 +0200 +++ linux-2.6/drivers/media/dvb/frontends/tda18271-common.c 2008-01-28

[2.6 patch] dvb/frontends/tda18271-common.c: fix off-by-one

2008-01-28 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/drivers/media/dvb/frontends/tda18271-common.c.old 2008-01-28 16:27:55.0 +0200 +++ linux-2.6/drivers/media/dvb/frontends/tda18271-common.c 2008-01-28

Re: [2.6 patch] dvb/frontends/tda18271-common.c: fix off-by-one

2008-01-28 Thread mkrufky
Adrian Bunk wrote: This patch fixes an off-by-one error spotted by the Coverity checker. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Reviewed-by: Michael Krufky [EMAIL PROTECTED] Thank you, Adrian. Mauro, please merge this and queue for upstream. Cheers, Mike --- ---