mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Intel-IOMMU: Delete an error message for a failed memory allocation in init_dmars()
@ 2018-01-20 13:00 SF Markus Elfring
  2018-01-20 13:34 ` Jörg Rödel
  0 siblings, 1 reply; 7+ messages in thread
From: SF Markus Elfring @ 2018-01-20 13:00 UTC (permalink / raw)
  To: iommu, David Woodhouse, Jörg Rödel; +Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sat, 20 Jan 2018 13:51:49 +0100

Omit an extra message for a memory allocation failure in this function.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
---
 drivers/iommu/intel-iommu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c
index 4a2de34895ec..f4ba6bdf7863 100644
--- a/drivers/iommu/intel-iommu.c
+++ b/drivers/iommu/intel-iommu.c
@@ -3258,7 +3258,6 @@ static int __init init_dmars(void)
 	g_iommus = kcalloc(g_num_of_iommus, sizeof(struct intel_iommu *),
 			GFP_KERNEL);
 	if (!g_iommus) {
-		pr_err("Allocating global iommu array failed\n");
 		ret = -ENOMEM;
 		goto error;
 	}
-- 
2.15.1

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

end of thread, other threads:[~2018-01-21 19:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-20 13:00 [PATCH] Intel-IOMMU: Delete an error message for a failed memory allocation in init_dmars() SF Markus Elfring
2018-01-20 13:34 ` Jörg Rödel
2018-01-20 14:55   ` SF Markus Elfring
2018-01-20 19:40     ` Jörg Rödel
2018-01-21  1:37       ` Joe Perches
2018-01-21  7:19         ` Jörg Rödel
2018-01-21 19:37           ` Joe Perches

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

Powered by JetHome