Edit

IABSD.fr/src/sys/dev/usb

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2022-01-11 10:34:13
    Hash : a76e37e6
    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@