linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ide: remove unnecessary touch_softlockup_watchdog
@ 2019-09-26 13:13 jgq516
  2020-01-20 13:39 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: jgq516 @ 2019-09-26 13:13 UTC (permalink / raw)
  To: davem; +Cc: linux-ide, Guoqing Jiang

From: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>

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>
---
 drivers/ide/ide-iops.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c
index d1445d74e9c3..f2be127ee96e 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;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ide: remove unnecessary touch_softlockup_watchdog
  2019-09-26 13:13 [PATCH] ide: remove unnecessary touch_softlockup_watchdog jgq516
@ 2020-01-20 13:39 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-01-20 13:39 UTC (permalink / raw)
  To: jgq516; +Cc: linux-ide, guoqing.jiang

From: jgq516@gmail.com
Date: Thu, 26 Sep 2019 15:13:44 +0200

> From: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
> 
> 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>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-20 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-26 13:13 [PATCH] ide: remove unnecessary touch_softlockup_watchdog jgq516
2020-01-20 13:39 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).