PERFORCE change 141024 for review

Andrew Thompson thompsa at FreeBSD.org
Fri May 2 03:56:32 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=141024

Change 141024 by thompsa at thompsa_burger on 2008/05/02 03:55:57

	Doh, making lots of mistakes tonight.

Affected files ...

.. //depot/projects/vap/sys/dev/bwi/if_bwi.c#17 edit

Differences ...

==== //depot/projects/vap/sys/dev/bwi/if_bwi.c#17 (text+ko) ====

@@ -1509,7 +1509,7 @@
 bwi_stop(struct bwi_softc *sc, int statechg)
 {
 	BWI_LOCK(sc);
-	bwi_stop(sc, statechg);
+	bwi_stop_locked(sc, statechg);
 	BWI_UNLOCK(sc);
 }
 


More information about the p4-projects mailing list