Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2011 14:51:17 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 195099 for review
Message-ID:  <201106211451.p5LEpHnT022021@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@195099?ac=10

Change 195099 by jhb@jhb_jhbbsd on 2011/06/21 14:50:25

	Bah!

Affected files ...

.. //depot/projects/pci/sys/dev/acpica/acpi_pcib_acpi.c#23 edit

Differences ...

==== //depot/projects/pci/sys/dev/acpica/acpi_pcib_acpi.c#23 (text+ko) ====

@@ -245,7 +245,7 @@
 			    type, (uintmax_t)min, (uintmax_t)max);
 			break;
 		}
-		if (min + length - 1 == max)
+		if (min + length - 1 != max)
 			device_printf(sc->ap_dev,
 			    "Length mismatch for %d range: %jx vs %jx\n", type,
 			    (uintmax_t)max - min + 1, (uintmax_t)length);



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