commit | a4e93a694877b68b88eb6e06442ad904809eef51 | [log] [tgz] |
---|---|---|
author | David Binder <david.binder@unisys.com> | Thu Nov 03 11:44:29 2016 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 07 10:56:39 2016 +0100 |
tree | 2fbf4f9a28e8f1493c416462c49489a661d14bf3 | |
parent | 0762188b8f3321b4331af2df9c9b3d7b11fbf630 [diff] |
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>