
26 Jan
2010
26 Jan
'10
11:47 p.m.
On 01/26/2010 02:41 PM, Jim Meyering wrote:
An expression like this, can never be true, since the RHS is nonzero:
... !pciRead16(dev, PCI_CLASS_DEVICE) == PCI_CLASS_BRIDGE_PCI)
This appears to be what was intended:
pciRead16(dev, PCI_CLASS_DEVICE) != PCI_CLASS_BRIDGE_PCI)
Oops, yeah, that seems right. ACK -- Chris Lalancette