PERFORCE change 111422 for review

Sam Leffler sam at FreeBSD.org
Sun Dec 10 16:02:03 PST 2006


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

Change 111422 by sam at sam_ebb on 2006/12/11 00:00:24

	revert {'s change too

Affected files ...

.. //depot/projects/crypto/sys/dev/hifn/hifn7751.c#8 edit

Differences ...

==== //depot/projects/crypto/sys/dev/hifn/hifn7751.c#8 (text+ko) ====

@@ -574,12 +574,11 @@
 	device_printf(sc->sc_dev, "%s, rev %u, %d%cB %cram",
 		hifn_partname(sc), rev,
 		rseg, rbase, sc->sc_drammodel ? 'd' : 's');
-	if (sc->sc_flags & HIFN_IS_7956) {
+	if (sc->sc_flags & HIFN_IS_7956)
 		printf(", pll=0x%x<%s clk, %ux mult>",
 			sc->sc_pllconfig,
 			sc->sc_pllconfig & HIFN_PLL_REF_SEL ? "ext" : "pci",
 			2 + 2*((sc->sc_pllconfig & HIFN_PLL_ND) >> 11));
-	}
 	printf("\n");
 
 	sc->sc_cid = crypto_get_driverid(dev, CRYPTOCAP_F_HARDWARE);


More information about the p4-projects mailing list