From: Venu Byravarasu Date: Wed, 18 Jul 2012 13:03:42 +0000 (+0530) Subject: mfd: Correct tps65090 cell names X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b7e537861a422f6dd283c5e6c9f56ae820f1b994;p=deliverable%2Flinux.git mfd: Correct tps65090 cell names mfd cell names are mistyped as TPS65910 instead of TPS65090. Signed-off-by: Venu Byravarasu Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c index 396b9d1b6bd6..80e24f4b47bf 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", }, };