power: supply: max8997_charger: fix spelling mistake "diconnected" -> "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>
This commit is contained in:
parent
f384989e88
commit
4a22969be9
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue