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

Commit 6842f8c8 authored by Ingo Molnar's avatar Ingo Molnar Committed by Linus Torvalds
Browse files

[PATCH] solve false-positive soft lockup messages during IDE init



Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Acked-by: default avatarBartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Rogio Brito <rbrito@ime.usp.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 98109337
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1243,6 +1243,7 @@ int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout)
		 */
		if (stat == 0xff)
			return -ENODEV;
		touch_softlockup_watchdog();
	}
	return -EBUSY;
}