touchpad: mark a intentional switch case fallthrough as such
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 22 Aug 2014 04:58:48 +0000 (14:58 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 26 Aug 2014 01:04:42 +0000 (11:04 +1000)
commit7b66f16c2a30deb9ab50b3111b9b2611ffab27d6
tree946bfd621a652a8184ad87303d7b5582d427c1e2
parent0b26f2592cbe28f35b96a5422fda4bc6298930cb
touchpad: mark a intentional switch case fallthrough as such

Both motion and timeout expiry transition into the TOUCH_2_HOLD state, but
only for motion do we need to cancel the current timeout.

Found by Coverity.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad-tap.c