PERFORCE change 95601 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Apr 19 17:37:15 UTC 2006


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

Change 95601 by marcel at marcel_nfs on 2006/04/19 17:36:24

	s/=/==/ in previous commit.

Affected files ...

.. //depot/projects/uart/dev/puc/puc.c#31 edit

Differences ...

==== //depot/projects/uart/dev/puc/puc.c#31 (text+ko) ====

@@ -403,7 +403,7 @@
 	sc->sc_cfg = cfg;
 
 	/* We don't attach to single-port serial cards. */
-	if (cfg->ports == PUC_PORT_1S || cfg->ports = PUC_PORT_1P)
+	if (cfg->ports == PUC_PORT_1S || cfg->ports == PUC_PORT_1P)
 		return (EDOOFUS);
 	error = puc_query(cfg, PUC_QUERY_NPORTS, 0, &res);
 	if (error)


More information about the p4-projects mailing list