Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2006 17:37:14 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95601 for review
Message-ID:  <200604191737.k3JHbEuu005941@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95601

Change 95601 by marcel@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604191737.k3JHbEuu005941>