CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/06/24 14:17:28

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

Log message:
Allow uvideo_mmap_queue() to fail gracefully when the mmap queue is full;
found the hard way by sebastia@ four years ago, and I'd been sitting on that
diff since.

The initial diff was more aggressive and would free the mmap queue upon error,
but jakemsr@ had objections against this behaviour; this diff only fails
gracefully instead of panic'ing.

Reply via email to