Commit 32e66a72 authored by Vojtech Pavlik's avatar Vojtech Pavlik

input: Fix a warning in i8042.c

parent d540e033
......@@ -375,7 +375,7 @@ static char i8042_mux_phys[4][32];
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment