mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 00:24:12 +08:00
power: supply: rt9467: Fix spelling mistake "attache" -> "attach"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: ChiaEn Wu <chiaen_wu@richtek.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
1d6cdc47fe
commit
469bb6093f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user