aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/iommu/intel_irq_remapping.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iommu/intel_irq_remapping.c b/drivers/iommu/intel_irq_remapping.c
index 5b19b2d6ec2d..f71673dbb23d 100644
--- a/drivers/iommu/intel_irq_remapping.c
+++ b/drivers/iommu/intel_irq_remapping.c
@@ -664,8 +664,7 @@ error:
664 */ 664 */
665 665
666 if (x2apic_present) 666 if (x2apic_present)
667 WARN(1, KERN_WARNING 667 pr_warn("Failed to enable irq remapping. You are vulnerable to irq-injection attacks.\n");
668 "Failed to enable irq remapping. You are vulnerable to irq-injection attacks.\n");
669 668
670 return -1; 669 return -1;
671} 670}