From 52e2306c6d94b9ee448df7ea736f3d5a0af3152e Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Tue, 25 Oct 2011 18:17:38 +0530 Subject: mfd: ricoh583: Correct typo in error message Correcting typo in the error messages. bug 822562 Change-Id: I7602a500244b6abc651ca36c0b4af76d30bf11e2 Reviewed-on: http://git-master/r/60233 Reviewed-by: Laxman Dewangan Tested-by: Laxman Dewangan Reviewed-by: Bitan Biswas --- drivers/mfd/ricoh583.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mfd/ricoh583.c b/drivers/mfd/ricoh583.c index 27e5063f5750..794f6bf48dea 100644 --- a/drivers/mfd/ricoh583.c +++ b/drivers/mfd/ricoh583.c @@ -761,7 +761,7 @@ static int __devinit ricoh583_irq_init(struct ricoh583 *ricoh583, int irq, ricoh583->irq_en_add[i], ricoh583->irq_en_reg[i]); if (ret < 0) - dev_err(ricoh583->dev, "Error in writin reg 0x%02x " + dev_err(ricoh583->dev, "Error in writing reg 0x%02x " "error: %d\n", ricoh583->irq_en_add[i], ret); } @@ -770,13 +770,13 @@ static int __devinit ricoh583_irq_init(struct ricoh583 *ricoh583, int irq, ricoh583->gpedge_add[i], ricoh583->gpedge_reg[i]); if (ret < 0) - dev_err(ricoh583->dev, "Error in writin reg 0x%02x " + dev_err(ricoh583->dev, "Error in writing reg 0x%02x " "error: %d\n", ricoh583->gpedge_add[i], ret); } ret = __ricoh583_write(ricoh583->client, RICOH583_INTC_INTEN, 0x0); if (ret < 0) - dev_err(ricoh583->dev, "Error in writin reg 0x%02x " + dev_err(ricoh583->dev, "Error in writing reg 0x%02x " "error: %d\n", RICOH583_INTC_INTEN, ret); /* Clear all interrupts in case they woke up active. */ @@ -784,7 +784,7 @@ static int __devinit ricoh583_irq_init(struct ricoh583 *ricoh583, int irq, ret = __ricoh583_write(ricoh583->client, ricoh583->irq_clr_add[i], 0); if (ret < 0) - dev_err(ricoh583->dev, "Error in writin reg 0x%02x " + dev_err(ricoh583->dev, "Error in writing reg 0x%02x " "error: %d\n", ricoh583->irq_clr_add[i], ret); } -- cgit v1.2.3