public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Intel IOMMU: RMRRs do not necessarily have to be present on all VT-d capable platforms
@ 2008-07-01  9:13 Yong Wang
  2008-07-10  8:01 ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Yong Wang @ 2008-07-01  9:13 UTC (permalink / raw)
  To: linux-kernel

RMRRs do not necessarily have to be present on all VT-d capable platforms.
The printk is just informational and does not need to be followed by an
error return.

Signed-off-by: Yong Y Wang <yong.y.wang@intel.com>
---
 dmar.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c
index f941f60..8bf86ae 100644
--- a/drivers/pci/dmar.c
+++ b/drivers/pci/dmar.c
@@ -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;
 }

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-07-11  1:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01  9:13 [PATCH] Intel IOMMU: RMRRs do not necessarily have to be present on all VT-d capable platforms Yong Wang
2008-07-10  8:01 ` Andrew Morton
2008-07-10 23:53   ` Yong Wang
2008-07-11  0:32     ` Andrew Morton
2008-07-11  1:55       ` Suresh Siddha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox