Reported-by: Alexander Beregalov Signed-off-by: Suresh Siddha --- drivers/pci/dmar.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Index: iommu-2.6/drivers/pci/dmar.c =================================================================== --- iommu-2.6.orig/drivers/pci/dmar.c +++ iommu-2.6/drivers/pci/dmar.c @@ -362,8 +362,9 @@ dmar_parse_one_rhsa(struct acpi_dmar_hea if (!node_online(node)) node = -1; drhd->iommu->node = node; - return 0; - } + + return 0; + } return -ENODEV; } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/