remove a DPRINTF() from iwm(4) which no longer makes any sense
authorstsp <stsp@openbsd.org>
Thu, 7 Jul 2022 07:48:45 +0000 (07:48 +0000)
committerstsp <stsp@openbsd.org>
Thu, 7 Jul 2022 07:48:45 +0000 (07:48 +0000)
commitf5dc705adc986a663e1e0a5db3458de48ed583d2
treed6326e87f3e3b7d82cb163f553c06a30eb3d5330
parent752e110a2323828eadc37eecf60985adb70c9d31
remove a DPRINTF() from iwm(4) which no longer makes any sense

The conditions under which this debug message should trigger were
changed in r1.330 (cvs commit RcatFKLXoHUopLvW), which removed a
txd_done() call located before txq_advance(). The mbuf for the
most recently completed frame will no longer be NULL on entry.

Prompted by a question from waddlesplash at haiku-os.
sys/dev/pci/if_iwm.c