Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1aa76df4 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

staging: Fix typo in mei/interrupt.c



Correct spelling "reseting" to "resetting" in
drivers/staging/mei/interrupt.c

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 04a5602d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1423,7 +1423,7 @@ void mei_timer(struct work_struct *work)


	if (dev->iamthif_stall_timer) {
	if (dev->iamthif_stall_timer) {
		if (--dev->iamthif_stall_timer == 0) {
		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);
			mei_reset(dev, 1);
			dev->iamthif_msg_buf_size = 0;
			dev->iamthif_msg_buf_size = 0;
			dev->iamthif_msg_buf_index = 0;
			dev->iamthif_msg_buf_index = 0;