CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 2021/02/17 10:09:12
Modified files: sys/dev : video.c Log message: If the device driver open call fails, don't set sc_open since in that case we don't get a file handle back which could be closed again, and therefore we couldn't toggle sc_open back to zero. Spotted and ok anton@