CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2024/07/08 10:07:36
Modified files: sys/dev/ic : nvme.c Log message: Don't check op_q_alloc for non-NULL before invoking op_q_free. Check op_q_free for non-NULL instead. Neither are currently set to non-NULL anywhere. ok jmatthew@