Module Name: src Committed By: riastradh Date: Fri Aug 12 10:58:45 UTC 2022
Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Audit sc->phy.acquire and sc->nvm.acquire. The return value must be used, because some of the acquire/release pairs hold a mutex from acquire to release, and failing to call release, or calling release twice, leads to an inconsistent state. To generate a diff of this commit: cvs rdiff -u -r1.761 -r1.762 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.