This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-dvb.git tree:

Subject: V4L/DVB: saa7134: clear warning noise
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Fri Mar 26 22:39:29 2010 -0300

drivers/media/video/saa7134/saa7134-input.c: In function 
‘saa7134_raw_decode_irq’:
drivers/media/video/saa7134/saa7134-input.c:957: warning: unused variable 
‘oldpulse’
drivers/media/video/saa7134/saa7134-input.c:957: warning: unused variable 
‘count’

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/video/saa7134/saa7134-input.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/v4l-dvb.git?a=commitdiff;h=bac2a61724d516b0a9043d650439ae2f33c4300e

diff --git a/drivers/media/video/saa7134/saa7134-input.c 
b/drivers/media/video/saa7134/saa7134-input.c
index 8dd74ae..a42c953 100644
--- a/drivers/media/video/saa7134/saa7134-input.c
+++ b/drivers/media/video/saa7134/saa7134-input.c
@@ -954,7 +954,7 @@ static int saa7134_raw_decode_irq(struct saa7134_dev *dev)
 {
        struct card_ir  *ir = dev->remote;
        unsigned long   timeout;
-       int count, pulse, oldpulse;
+       int pulse;
 
        /* Generate initial event */
        saa_clearb(SAA7134_GPIO_GPMODE3, SAA7134_GPIO_GPRESCAN);

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

Reply via email to