CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2022/02/08 07:24:36

Modified files:
        sys/dev/pci    : if_iwm.c 

Log message:
Fix a KASSERT in iwm(4) being triggered for the wrong reason.

iwm_wakeup() must initialize the task reference counter only if
resuming the device succeeds. Otherwise, the newstate task will
not be scheduled and hence the ref counter must remain at zero.

Problem observed by + ok kettenis@

Reply via email to