PERFORCE change 141023 for review

Andrew Thompson thompsa at FreeBSD.org
Fri May 2 03:11:44 UTC 2008


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

Change 141023 by thompsa at thompsa_burger on 2008/05/02 03:11:10

	Fi build.

Affected files ...

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

Differences ...

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

@@ -1220,8 +1220,10 @@
 static void
 bwi_init(void *xsc)
 {
+	struct bwi_softc *sc = xsc;
+
 	BWI_LOCK(sc);
-	bwi_init_statechg(xsc, 1);
+	bwi_init_statechg(sc, 1);
 	BWI_UNLOCK(sc);
 }
 
@@ -1339,7 +1341,7 @@
 
 		if (ifp->if_flags & IFF_UP) {
 			if ((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0) {
-				bwi_init_statechg(xsc, 1);
+				bwi_init_statechg(sc, 1);
 				startall = 1;
 			}
 		} else {


More information about the p4-projects mailing list