[PATCH] solve false-positive soft lockup messages during IDE init
[deliverable/linux.git] / drivers / ide / ide-iops.c
index af7af958ab3e4f83d5df42d8fd783b4bc48e674f..b72dde70840a797f3279021aecd4b080491e2663 100644 (file)
@@ -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;
 }
This page took 0.044575 seconds and 5 git commands to generate.