Add a default case to a usb_tap() switch statement which mpi@ says will
authorjsg <jsg@openbsd.org>
Mon, 19 Feb 2018 09:20:45 +0000 (09:20 +0000)
committerjsg <jsg@openbsd.org>
Mon, 19 Feb 2018 09:20:45 +0000 (09:20 +0000)
commita126f02088f3f363f217db416d602195e9be70c5
tree1053d13b8110e746acf7be418537eeca687dbef9
parent0a688d898c9467e85b988daa45bcac2e2fee7084
Add a default case to a usb_tap() switch statement which mpi@ says will
never be called to convince compilers and static analysis tools a path
that uses uninitialised memory does not exist.

ok krw@ mpi@
sys/dev/usb/usb.c