Commit e6087cbb authored by Vojtech Pavlik's avatar Vojtech Pavlik Committed by Linus Torvalds

input: Revert synaptics->pktcnt change. New synaptics driver actually

       uses the variable.
parent c9c9f146
...@@ -173,7 +173,6 @@ static irqreturn_t psmouse_interrupt(struct serio *serio, ...@@ -173,7 +173,6 @@ static irqreturn_t psmouse_interrupt(struct serio *serio,
* so it needs to receive all bytes one at a time. * so it needs to receive all bytes one at a time.
*/ */
synaptics_process_byte(psmouse, regs); synaptics_process_byte(psmouse, regs);
psmouse->pktcnt = 0;
goto out; goto out;
} }
......
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