staging: unisys: visorinput: Add default conditions to case statements
authorDavid Binder <david.binder@unisys.com>
Thu, 3 Nov 2016 15:44:29 +0000 (11:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 09:56:39 +0000 (10:56 +0100)
commita4e93a694877b68b88eb6e06442ad904809eef51
tree2fbf4f9a28e8f1493c416462c49489a661d14bf3
parent0762188b8f3321b4331af2df9c9b3d7b11fbf630
staging: unisys: visorinput: Add default conditions to case statements

This commit adds a default condition to those case statements that do not
already have one. This is done to provide both a logical covering of all
conditions, as well as to maintain uniformity with the rest of the Unisys
driver set.

Signed-off-by: David Binder <david.binder@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorinput/visorinput.c