Commit 469bb609 authored by Colin Ian King's avatar Colin Ian King Committed by Sebastian Reichel

power: supply: rt9467: Fix spelling mistake "attache" -> "attach"

There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatarChiaEn Wu <chiaen_wu@richtek.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 1d6cdc47
......@@ -970,7 +970,7 @@ static irqreturn_t rt9467_usb_state_handler(int irq, void *priv)
ret = rt9467_report_usb_state(data);
if (ret) {
dev_err(data->dev, "Failed to report attache type (%d)\n", ret);
dev_err(data->dev, "Failed to report attach type (%d)\n", ret);
return IRQ_NONE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment