PERFORCE change 153069 for review

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Nov 16 18:29:33 PST 2008


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

Change 153069 by nwhitehorn at nwhitehorn_trantor on 2008/11/17 02:29:09

	if (); is wrong. if () is right.
	
	Thanks to haro for pointing this out.

Affected files ...

.. //depot/projects/ppc-g5/sys/powerpc/powermac/grackle.c#9 edit

Differences ...

==== //depot/projects/ppc-g5/sys/powerpc/powermac/grackle.c#9 (text+ko) ====

@@ -259,7 +259,7 @@
 		iparent = node;
 
 	if (OF_getprop(iparent,"#interrupt-cells",&sc->sc_icells, 
-	    sizeof(sc->sc_icells)) <= 0);
+	    sizeof(sc->sc_icells)) <= 0)
 		sc->sc_icells = 1;
 
 	device_add_child(dev, "pci", device_get_unit(dev));


More information about the p4-projects mailing list