kernel/drivers/ide/ide-iops.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Copyright (C) 2000-2002 Andre Hedrick <andre@linux-ide.org> 3 4 * Copyright (C) 2003 Red Hat .. .. @@ -529,7 +530,6 @@ 529 530 */ 530 531 if (stat == 0xff) 531 532 return -ENODEV; 532 - touch_softlockup_watchdog();533 533 touch_nmi_watchdog(); 534 534 } 535 535 return -EBUSY;