Module Name:    src
Committed By:   thorpej
Date:           Mon Aug 22 15:43:50 UTC 2022

Modified Files:
        src/sys/dev/pci: if_ale.c

Log Message:
ale_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" with
"IFQ_POLL() -> IFQ_DEQUEUE() on success (or fatal error)".


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/pci/if_ale.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to