CVSROOT: /cvs Module name: src Changes by: arm...@cvs.openbsd.org 2015/01/06 10:27:58
Modified files: sys/dev/usb : uvideo.c Log message: We do not support freeing memory using reqbufs with a zero size so return EINVAL in this case. Also change an easily triggerable panic by a printf and return EINVAL. Reminded by brad@, one typo spotted by sthen@ and ok mpi@