CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/11 03:34:13
Modified files:
sys/dev/usb : if_umb.c
Log message:
Remove KASSERT(0) and default switch case. No other sc_ncm_format
switch has a default case and umb_ncm_setup_format() ensures that
only 16 and 32bit formats are accepted. Fixes build error without
DIAGNOSTIC set.
Found by and OK robert@
