mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] EDAC, altera: Correct EDAC IRQ error message.
@ 2016-09-22 22:13 tthayer
  2016-09-22 22:13 ` [PATCH 2/2] EDAC, altera: Add IRQ Flags to disable IRQ while handling tthayer
  2016-09-23 10:05 ` [PATCH 1/2] EDAC, altera: Correct EDAC IRQ error message Borislav Petkov
  0 siblings, 2 replies; 3+ messages in thread
From: tthayer @ 2016-09-22 22:13 UTC (permalink / raw)
  To: bp, mchehab; +Cc: linux-edac, linux-kernel, tthayer

From: Thor Thayer <tthayer@opensource.altera.com>

Correct the error message sent out in the case of a single
bit error IRQ allocation.

Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>
---
 drivers/edac/altera_edac.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/altera_edac.c b/drivers/edac/altera_edac.c
index 817e891..afe6305 100644
--- a/drivers/edac/altera_edac.c
+++ b/drivers/edac/altera_edac.c
@@ -1749,7 +1749,7 @@ static int altr_edac_a10_device_add(struct altr_arria10_edac *edac,
 			      prv->ecc_irq_handler,
 			      IRQF_SHARED, ecc_name, altdev);
 	if (rc) {
-		edac_printk(KERN_ERR, EDAC_DEVICE, "No DBERR IRQ resource\n");
+		edac_printk(KERN_ERR, EDAC_DEVICE, "No SBERR IRQ resource\n");
 		goto err_release_group1;
 	}
 
-- 
1.7.9.5

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

end of thread, other threads:[~2016-09-23 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-22 22:13 [PATCH 1/2] EDAC, altera: Correct EDAC IRQ error message tthayer
2016-09-22 22:13 ` [PATCH 2/2] EDAC, altera: Add IRQ Flags to disable IRQ while handling tthayer
2016-09-23 10:05 ` [PATCH 1/2] EDAC, altera: Correct EDAC IRQ error message Borislav Petkov

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

all inboxes | Powered by JetHome®