Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <guoqing.jiang@cloud.ionos.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Guoqing Jiang and committed by
David S. Miller
77df3500 044b1a93

-1
-1
drivers/ide/ide-iops.c
··· 530 530 */ 531 531 if (stat == 0xff) 532 532 return -ENODEV; 533 - touch_softlockup_watchdog(); 534 533 touch_nmi_watchdog(); 535 534 } 536 535 return -EBUSY;