CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/03/21 07:27:37
Modified files:
sys/dev : video.c
Log message:
sys/video: switch to use device_lookup()
Using device_lookup() instead of manual access looks ideomatically
correct and protecs from calling video_stop() when a device almost gone.
OK: mglocker@ mpi@
