diff options
author | Venu Byravarasu <vbyravarasu@nvidia.com> | 2012-07-18 09:03:42 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-24 18:44:48 -0400 |
commit | b7e537861a422f6dd283c5e6c9f56ae820f1b994 (patch) | |
tree | 484a7ddc0a64ba70035e4894036b6cb84f6b9d09 /drivers/mfd | |
parent | 7a7487cb55a263d5c0893e2a8c2d7e8f33fcd1f0 (diff) |
mfd: Correct tps65090 cell names
mfd cell names are mistyped as TPS65910 instead of TPS65090.
Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | 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 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[] = { | |||
71 | 71 | ||
72 | static struct mfd_cell tps65090s[] = { | 72 | static struct mfd_cell tps65090s[] = { |
73 | { | 73 | { |
74 | .name = "tps65910-pmic", | 74 | .name = "tps65090-pmic", |
75 | }, | 75 | }, |
76 | { | 76 | { |
77 | .name = "tps65910-regulator", | 77 | .name = "tps65090-regulator", |
78 | }, | 78 | }, |
79 | }; | 79 | }; |
80 | 80 | ||