mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 22:58:29 +00:00
Input: raydium_i2c_ts - fix spelling mistake in dev_err message
Trivial fix to spelling mistake "failied" to "failed" in dev_err message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
6f6deb4866
commit
fac96cc9f8
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ static int raydium_i2c_do_update_firmware(struct raydium_data *ts,
|
||||||
|
|
||||||
if (ts->boot_mode == RAYDIUM_TS_MAIN) {
|
if (ts->boot_mode == RAYDIUM_TS_MAIN) {
|
||||||
dev_err(&client->dev,
|
dev_err(&client->dev,
|
||||||
"failied to jump to boot loader: %d\n",
|
"failed to jump to boot loader: %d\n",
|
||||||
error);
|
error);
|
||||||
return -EIO;
|
return -EIO;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue