PERFORCE change 132415 for review

Steve Wise swise at FreeBSD.org
Thu Jan 3 10:27:04 PST 2008


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

Change 132415 by swise at swise:vic10:iwarp on 2008/01/03 18:26:59

	Fix build break.

Affected files ...

.. //depot/projects/iwarp/sys/dev/cxgb/cxgb_main.c#9 edit

Differences ...

==== //depot/projects/iwarp/sys/dev/cxgb/cxgb_main.c#9 (text+ko) ====

@@ -630,7 +630,7 @@
 	snprintf(&sc->fw_version[0], sizeof(sc->fw_version), "%d.%d.%d",
 	    G_FW_VERSION_MAJOR(vers), G_FW_VERSION_MINOR(vers),
 	    G_FW_VERSION_MICRO(vers));
-	device_printf("Firmware Version %s\n", &sc->fw_version[0]);
+	device_printf(sc->dev, "Firmware Version %s\n", &sc->fw_version[0]);
 
 	t3_add_attach_sysctls(sc);
 out:


More information about the p4-projects mailing list