forked from Minki/linux
staging: Fix typo in mei/interrupt.c
Correct spelling "reseting" to "resetting" in drivers/staging/mei/interrupt.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6222d7a177
commit
32de21f75d
@ -1423,7 +1423,7 @@ void mei_timer(struct work_struct *work)
|
||||
|
||||
if (dev->iamthif_stall_timer) {
|
||||
if (--dev->iamthif_stall_timer == 0) {
|
||||
dev_dbg(&dev->pdev->dev, "reseting because of hang to amthi.\n");
|
||||
dev_dbg(&dev->pdev->dev, "resetting because of hang to amthi.\n");
|
||||
mei_reset(dev, 1);
|
||||
dev->iamthif_msg_buf_size = 0;
|
||||
dev->iamthif_msg_buf_index = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user