From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mauro Carvalho Chehab Subject: [PATCH 11/15] V4L/DVB: saa7134: clear warning noise Date: Thu, 1 Apr 2010 14:56:31 -0300 Message-ID: <20100401145631.0fe0ab24@pedra> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mx1.redhat.com ([209.132.183.28]:59880 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758054Ab0DAR5s convert rfc822-to-8bit (ORCPT ); Thu, 1 Apr 2010 13:57:48 -0400 In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-input@vger.kernel.org, Linux Media Mailing List drivers/media/video/saa7134/saa7134-input.c: In function =E2=80=98saa71= 34_raw_decode_irq=E2=80=99: drivers/media/video/saa7134/saa7134-input.c:957: warning: unused variab= le =E2=80=98oldpulse=E2=80=99 drivers/media/video/saa7134/saa7134-input.c:957: warning: unused variab= le =E2=80=98count=E2=80=99 Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/medi= a/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_de= v *dev) { struct card_ir *ir =3D dev->remote; unsigned long timeout; - int count, pulse, oldpulse; + int pulse; =20 /* Generate initial event */ saa_clearb(SAA7134_GPIO_GPMODE3, SAA7134_GPIO_GPRESCAN); --=20 1.6.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html