diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-06 11:21:48 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-06 11:21:48 -0700 |
commit | 13f7952f8f13fb1bbd18b85988e3a5bbbed00879 (patch) | |
tree | e36a5d2cb6db422f53ecef6890bb9538608f1637 /scripts/mod | |
parent | 107f04bbce331bf622b901ccec34a124e6b78584 (diff) | |
download | op-kernel-dev-13f7952f8f13fb1bbd18b85988e3a5bbbed00879.zip op-kernel-dev-13f7952f8f13fb1bbd18b85988e3a5bbbed00879.tar.gz |
staging: comedi: vmk80xx: fix compiler warning
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>
Diffstat (limited to 'scripts/mod')
0 files changed, 0 insertions, 0 deletions