diff --git a/[refs] b/[refs] index 1fe5d9ad9de5..0acf07a153ff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aaa9d1dd63bf89b62f4ea9f46de376ab1a3fbc6c +refs/heads/master: 2d6b5f85bb4ca919d8ab0f30311309b53fb93bc3 diff --git a/trunk/drivers/pci/dmar.c b/trunk/drivers/pci/dmar.c index 5c99f9973987..903f1701edff 100644 --- a/trunk/drivers/pci/dmar.c +++ b/trunk/drivers/pci/dmar.c @@ -419,10 +419,8 @@ int __init dmar_table_init(void) } #ifdef CONFIG_DMAR - if (list_empty(&dmar_rmrr_units)) { + if (list_empty(&dmar_rmrr_units)) printk(KERN_INFO PREFIX "No RMRR found\n"); - return -ENODEV; - } #endif return 0;