Skip to content

Commit

Permalink
power: supply: max8997_charger: fix spelling mistake "diconnected" ->…
Browse files Browse the repository at this point in the history
… "disconnected"

There is a spelling mistake in a dev_dbg message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
  • Loading branch information
Colin Ian King authored and Sebastian Reichel committed Jan 6, 2021
1 parent f384989 commit 4a22969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/supply/max8997_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static void max8997_battery_extcon_evt_worker(struct work_struct *work)
dev_dbg(charger->dev, "USB CDP charger is connected\n");
current_limit = 650000;
} else {
dev_dbg(charger->dev, "USB charger is diconnected\n");
dev_dbg(charger->dev, "USB charger is disconnected\n");
current_limit = -1;
}

Expand Down

0 comments on commit 4a22969

Please sign in to comment.