Skip to content

Commit

Permalink
mfd: Correct tps65090 cell names
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Venu Byravarasu authored and Samuel Ortiz committed Jul 24, 2012
1 parent 7a7487c commit b7e5378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/mfd/tps65090.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
};

Expand Down

0 comments on commit b7e5378

Please sign in to comment.