Re: [PATCH] V4L/DVB: Fix test in copy_reg_bits()

2009-11-20 Thread Michael Krufky
Ah! Nice catch. Thank you, Roel. Mauro / Andrew, can one of you please merge this? The driver hasn't changed, so it should go to Linus' current tree and also stable, although it isn't crucial. Signed-off-by: Michael Krufky Roel Kluin wrote: The reg_pair2[j].reg was tested twice. Signed-

[PATCH] V4L/DVB: Fix test in copy_reg_bits()

2009-11-20 Thread Roel Kluin
The reg_pair2[j].reg was tested twice. Signed-off-by: Roel Kluin --- drivers/media/common/tuners/mxl5007t.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) I think this was intended? diff --git a/drivers/media/common/tuners/mxl5007t.c b/drivers/media/common/tuners/mxl5007t.c index