[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1342616622-27500-1-git-send-email-vbyravarasu@nvidia.com>
Date: Wed, 18 Jul 2012 18:33:42 +0530
From: Venu Byravarasu <vbyravarasu@...dia.com>
To: <sameo@...ux.intel.com>
CC: <linux-kernel@...r.kernel.org>,
Venu Byravarasu <vbyravarasu@...dia.com>
Subject: [PATCH] mfd: tps65090: Correcting mfd-cell names
mfd-cell names are mistyped as TPS65910 instead of TPS65090.
Hence fixing.
Signed-off-by: Venu Byravarasu <vbyravarasu@...dia.com>
---
drivers/mfd/tps65090.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c
index 396b9d1..80e24f4 100644
--- a/drivers/mfd/tps65090.c
+++ b/drivers/mfd/tps65090.c
@@ -71,10 +71,10 @@ static const struct tps65090_irq_data tps65090_irqs[] = {
static struct mfd_cell tps65090s[] = {
{
- .name = "tps65910-pmic",
+ .name = "tps65090-pmic",
},
{
- .name = "tps65910-regulator",
+ .name = "tps65090-regulator",
},
};
--
1.7.1.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists