]> Git Repo - linux.git/commit
Input: psmouse - use switch statement in psmouse_process_byte()
authorDmitry Torokhov <[email protected]>
Sat, 28 Nov 2015 04:29:22 +0000 (20:29 -0800)
committerDmitry Torokhov <[email protected]>
Thu, 17 Dec 2015 23:23:34 +0000 (15:23 -0800)
commit0a88d60784440da1ef8f72156cb9547aeebf56cf
tree3e3aa893cffe3a19eae1d0da35d3de8a0109b903
parent6a13feb9c82803e2b815eca72fa7a9f5561d7861
Input: psmouse - use switch statement in psmouse_process_byte()

Instead of a series mostly exclusive "if" statements testing protocol type
of the mouse let's use "switch" statement.

Reviewed-by: Hans de Goede <[email protected]>
Reviewed-by: Pali Rohár <[email protected]>
Tested-by: Marcin Sochacki <[email protected]>
Tested-by: Till <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/mouse/psmouse-base.c
This page took 0.057216 seconds and 4 git commands to generate.