Date: Mon, 17 Nov 2008 02:29:32 GMT From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 153069 for review Message-ID: <200811170229.mAH2TWaj058066@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153069 Change 153069 by nwhitehorn@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));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811170229.mAH2TWaj058066>