PERFORCE change 195099 for review

John Baldwin jhb at FreeBSD.org
Tue Jun 21 14:51:18 UTC 2011


http://p4web.freebsd.org/@@195099?ac=10

Change 195099 by jhb at 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);


More information about the p4-projects mailing list