The patch number 9474 was added via Andy Walls <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Andy Walls  <[EMAIL PROTECTED]>
cx18: Remove redundant block scope variable in cx18_probe() for sparse


cx18: Remove redundant block scope variable in cx18_probe() to eliminate sparse
build warning.

Priority: normal

Signed-off-by: Andy Walls <[EMAIL PROTECTED]>


---

 linux/drivers/media/video/cx18/cx18-driver.c |    2 --
 1 file changed, 2 deletions(-)

diff -r 3fe430c056b5 -r 780e1a52449f 
linux/drivers/media/video/cx18/cx18-driver.c
--- a/linux/drivers/media/video/cx18/cx18-driver.c      Sat Oct 25 01:34:37 
2008 -0200
+++ b/linux/drivers/media/video/cx18/cx18-driver.c      Sat Oct 25 20:33:22 
2008 -0400
@@ -732,8 +732,6 @@ static int __devinit cx18_probe(struct p
                cx->std = V4L2_STD_NTSC_M;
 
        if (cx->options.tuner == -1) {
-               int i;
-
                for (i = 0; i < CX18_CARD_MAX_TUNERS; i++) {
                        if ((cx->std & cx->card->tuners[i].std) == 0)
                                continue;


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/780e1a52449f33ab645f196cc28e8f467c3a47e9

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to