Skip to content

Commit

Permalink
mfd: twl6040: Fix typo for power on failure
Browse files Browse the repository at this point in the history
Fix old copy paste bug:
automatic power-down failed -> automatic power-up failed

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Peter Ujfalusi authored and Samuel Ortiz committed Nov 13, 2012
1 parent 90a38d9 commit a324152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/twl6040-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ int twl6040_power(struct twl6040 *twl6040, int on)
ret = twl6040_power_up_completion(twl6040, naudint);
if (ret) {
dev_err(twl6040->dev,
"automatic power-down failed\n");
"automatic power-up failed\n");
twl6040->power_count = 0;
goto out;
}
Expand Down

0 comments on commit a324152

Please sign in to comment.