[PATCH] USB: cdc-acm: add a new special case for modems with buggy firmware
[powerpc.git] / drivers / ide / ide-iops.c
index af7af95..b72dde7 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;
 }