From: Guoqing Jiang Date: Thu, 26 Sep 2019 13:13:44 +0000 (+0200) Subject: ide: remove unnecessary touch_softlockup_watchdog X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=77df3500a75d946b3f60112a5207900e29e13b68;p=linux.git ide: remove unnecessary touch_softlockup_watchdog Call touch_softlockup_watchdog before touch_nmi_watchdog is not needed, since touch_softlockup_watchdog is called inside touch_nmi_watchdog. Signed-off-by: Guoqing Jiang Signed-off-by: David S. Miller --- diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c index d1445d74e9c33..f2be127ee96e6 100644 --- a/drivers/ide/ide-iops.c +++ b/drivers/ide/ide-iops.c @@ -530,7 +530,6 @@ int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout) */ if (stat == 0xff) return -ENODEV; - touch_softlockup_watchdog(); touch_nmi_watchdog(); } return -EBUSY;