Dan Carpenter <dan.carpenter@...> writes: > > Negate has higher precedence than bitwise AND so the condition is always > false. > > Signed-off-by: Dan Carpenter <dan.carpenter@...> > index b1942e2..18e329c 100644 > - if (!attributes & EFI_PCI_IO_ATTRIBUTE_EMBEDDED_ROM) > + if (!(attributes & EFI_PCI_IO_ATTRIBUTE_EMBEDDED_ROM)) Hi, This patch breaks the detection of ATI VBIOS for me on a MacBook Pro 8,2. Regards, Vitaly -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html