Add FW_WARN to warn_invalid_dmar() so bug reporting utilities know it is a firmware issue. Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c index 0a19708..f6f5c26 100644 --- a/drivers/pci/dmar.c +++ b/drivers/pci/dmar.c @@ -624,7 +624,7 @@ int __init dmar_table_init(void) static void warn_invalid_dmar(u64 addr, const char *message) { WARN_TAINT_ONCE( - 1, TAINT_FIRMWARE_WORKAROUND, + 1, TAINT_FIRMWARE_WORKAROUND, FW_WARN "Your BIOS is broken; DMAR reported at address %llx%s!\n" "BIOS vendor: %s; Ver: %s; Product Version: %s\n", addr, message, -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html