CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/03/07 08:18:48

Modified files:
        sys/dev/usb    : uaudio.c 

Log message:
Fix use of uninitilized variable in case of emty AC descriptor.

USB audio devices with empty AC descriptor (i.e. emtpy devices) don't
exist as they would be of no use. So this fix is mostly to properly
skip broken hardware.

Found by coverity.

Reply via email to