[PATCH 14/44] Fix a warning in i8042.c

From: Vojtech Pavlik
Date: Tue Mar 16 2004 - 10:32:29 EST


You can pull this changeset from:
bk://kernel.bkbits.net/vojtech/input

===================================================================

ChangeSet@xxxxxxxxxxx, 2004-02-09 02:10:02+01:00, vojtech@xxxxxxx
input: Fix a warning in i8042.c


i8042.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

===================================================================

diff -Nru a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
--- a/drivers/input/serio/i8042.c Tue Mar 16 13:19:25 2004
+++ b/drivers/input/serio/i8042.c Tue Mar 16 13:19:25 2004
@@ -375,7 +375,7 @@
static irqreturn_t i8042_interrupt(int irq, void *dev_id, struct pt_regs *regs)
{
unsigned long flags;
- unsigned char str, data;
+ unsigned char str, data = 0;
unsigned int dfl;
int ret;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/