make qwx(4) ignore ESHUTDOWN while printing errors to dmesg
authorstsp <stsp@openbsd.org>
Thu, 22 Feb 2024 21:21:35 +0000 (21:21 +0000)
committerstsp <stsp@openbsd.org>
Thu, 22 Feb 2024 21:21:35 +0000 (21:21 +0000)
commit2ac4c7caf11dca75930c6d802a05f4e2241cff25
tree0ed0ebe50a7404bec6ef56f2c421c0200ecc37a9
parentc59859a5f2c6e0fb27969c89a33c3e5c8bee705e
make qwx(4) ignore ESHUTDOWN while printing errors to dmesg

ESHUTDOWN is an expected thread-synchronization condition which
can be triggered via ifconfig commands. Don't warn about this.

Reported by Marco van Hulten on misc@
sys/dev/ic/qwx.c