mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-04 16:22:09 +00:00
V4L/DVB: saa7134: clear warning noise
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 <mchehab@redhat.com>
This commit is contained in:
parent
20d5f116ec
commit
d89b4bd2b4
@ -955,7 +955,7 @@ static int saa7134_raw_decode_irq(struct saa7134_dev *dev)
|
|||||||
{
|
{
|
||||||
struct card_ir *ir = dev->remote;
|
struct card_ir *ir = dev->remote;
|
||||||
unsigned long timeout;
|
unsigned long timeout;
|
||||||
int count, pulse, oldpulse;
|
int pulse;
|
||||||
|
|
||||||
/* Generate initial event */
|
/* Generate initial event */
|
||||||
saa_clearb(SAA7134_GPIO_GPMODE3, SAA7134_GPIO_GPRESCAN);
|
saa_clearb(SAA7134_GPIO_GPMODE3, SAA7134_GPIO_GPRESCAN);
|
||||||
|
Loading…
Reference in New Issue
Block a user