touchpad: add missing break statement

No effect since it was the last case, but it's more correct.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-05-27 18:29:26 +10:00
parent 0dc058a0c7
commit 9f584fcd5b

View file

@ -311,6 +311,7 @@ tp_process_absolute(struct tp_dispatch *tp,
tp_new_touch(tp, t, time);
else
tp_end_sequence(tp, t, time);
break;
}
}