浏览代码

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>
Venu Byravarasu 13 年之前
父节点
当前提交
b7e537861a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/mfd/tps65090.c

+ 2 - 2
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",
 	},
 };