mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
Input: ims-pcu - fix spelling mistake "BOOLTLOADER" -> "BOOTLOADER"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20220928211003.61872-1-colin.i.king@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
25d0bef5d1
commit
c85c36798b
@ -744,7 +744,7 @@ static int ims_pcu_switch_to_bootloader(struct ims_pcu *pcu)
|
||||
error = ims_pcu_execute_command(pcu, JUMP_TO_BTLDR, NULL, 0);
|
||||
if (error) {
|
||||
dev_err(pcu->dev,
|
||||
"Failure when sending JUMP TO BOOLTLOADER command, error: %d\n",
|
||||
"Failure when sending JUMP TO BOOTLOADER command, error: %d\n",
|
||||
error);
|
||||
return error;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user