forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
kernel/drivers/ide/ide-iops.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2000-2002 Andre Hedrick <andre@linux-ide.org>
34 * Copyright (C) 2003 Red Hat
....@@ -529,7 +530,6 @@
529530 */
530531 if (stat == 0xff)
531532 return -ENODEV;
532
- touch_softlockup_watchdog();
533533 touch_nmi_watchdog();
534534 }
535535 return -EBUSY;