Module Name: src Committed By: msaitoh Date: Mon Oct 23 09:28:13 UTC 2017
Modified Files: src/sys/dev/pci: if_iwi.c Log Message: - If if_initialize() failed in the attach function, free resources and return. - ifp is always not NULL in iwi_detach(). Check correctly with ifp->if_softc. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/dev/pci/if_iwi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.