spi_mpc83xx: reject invalid transfer sizes
[pandora-kernel.git] / drivers / pci / dmar.c
index f941f60..8bf86ae 100644 (file)
@@ -317,10 +317,8 @@ int __init dmar_table_init(void)
                return -ENODEV;
        }
 
-       if (list_empty(&dmar_rmrr_units)) {
+       if (list_empty(&dmar_rmrr_units))
                printk(KERN_INFO PREFIX "No RMRR found\n");
-               return -ENODEV;
-       }
 
        return 0;
 }