staging: comedi: vmk80xx: fix compiler warning
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Sep 2012 18:21:48 +0000 (11:21 -0700)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 11 Nov 2017 13:34:47 +0000 (13:34 +0000)
commitb80b24210a8bde6dd3f0a0c559b1db1231029998
tree651d9795f5c645bc4bc4df8ccacc3e962f5c6d82
parenta34f9767d4773489538b34af5f1265bba6388141
staging: comedi: vmk80xx: fix compiler warning

commit 13f7952f8f13fb1bbd18b85988e3a5bbbed00879 upstream.

gcc complains about some potentially uninitalized variables here, yet it
can not happen, due to an enumerated type (either the board is one type
or the other.)  Make the compiler happy by providing a default case
option that makes the logic a bit simpler for it to determine that there
really isn't a problem here.

Cc: H Hartley Sweeten <hartleys@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/staging/comedi/drivers/vmk80xx.c