aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/edac/mpc85xx_edac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/mpc85xx_edac.c b/drivers/edac/mpc85xx_edac.c
index 42a840d530a5..3eb32f62d72a 100644
--- a/drivers/edac/mpc85xx_edac.c
+++ b/drivers/edac/mpc85xx_edac.c
@@ -301,7 +301,7 @@ int mpc85xx_pci_err_probe(struct platform_device *op)
301 "[EDAC] PCI err", pci); 301 "[EDAC] PCI err", pci);
302 if (res < 0) { 302 if (res < 0) {
303 printk(KERN_ERR 303 printk(KERN_ERR
304 "%s: Unable to requiest irq %d for " 304 "%s: Unable to request irq %d for "
305 "MPC85xx PCI err\n", __func__, pdata->irq); 305 "MPC85xx PCI err\n", __func__, pdata->irq);
306 irq_dispose_mapping(pdata->irq); 306 irq_dispose_mapping(pdata->irq);
307 res = -ENODEV; 307 res = -ENODEV;
@@ -583,7 +583,7 @@ static int mpc85xx_l2_err_probe(struct platform_device *op)
583 "[EDAC] L2 err", edac_dev); 583 "[EDAC] L2 err", edac_dev);
584 if (res < 0) { 584 if (res < 0) {
585 printk(KERN_ERR 585 printk(KERN_ERR
586 "%s: Unable to requiest irq %d for " 586 "%s: Unable to request irq %d for "
587 "MPC85xx L2 err\n", __func__, pdata->irq); 587 "MPC85xx L2 err\n", __func__, pdata->irq);
588 irq_dispose_mapping(pdata->irq); 588 irq_dispose_mapping(pdata->irq);
589 res = -ENODEV; 589 res = -ENODEV;