mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
i2c-i801: Spelling fix
Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
parent
3f9a4790a3
commit
fcdd96ecaf
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ static int i801_transaction(void)
|
||||||
dev_dbg(&I801_dev->dev, "Failed! (%02x)\n", temp);
|
dev_dbg(&I801_dev->dev, "Failed! (%02x)\n", temp);
|
||||||
return -1;
|
return -1;
|
||||||
} else {
|
} else {
|
||||||
dev_dbg(&I801_dev->dev, "Successfull!\n");
|
dev_dbg(&I801_dev->dev, "Successful!\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue