mfd: Correct tps65090 cell names
authorVenu Byravarasu <vbyravarasu@nvidia.com>
Wed, 18 Jul 2012 13:03:42 +0000 (18:33 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 24 Jul 2012 22:44:48 +0000 (00:44 +0200)
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>
drivers/mfd/tps65090.c

index 396b9d1b6bd68bc80ee0120693949461688b8b9f..80e24f4b47bffce67679b7e637627e9e7c769466 100644 (file)
@@ -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",
        },
 };
 
This page took 0.027859 seconds and 5 git commands to generate.