aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/dmar.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/dmar.c')
-rw-r--r--drivers/pci/dmar.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c
index 5c99f9973987..903f1701edff 100644
--- a/drivers/pci/dmar.c
+++ b/drivers/pci/dmar.c
@@ -419,10 +419,8 @@ int __init dmar_table_init(void)
419 } 419 }
420 420
421#ifdef CONFIG_DMAR 421#ifdef CONFIG_DMAR
422 if (list_empty(&dmar_rmrr_units)) { 422 if (list_empty(&dmar_rmrr_units))
423 printk(KERN_INFO PREFIX "No RMRR found\n"); 423 printk(KERN_INFO PREFIX "No RMRR found\n");
424 return -ENODEV;
425 }
426#endif 424#endif
427 425
428 return 0; 426 return 0;