From a14ace6fd24e144448b2884e5a90c03e6b859af7 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 11 Jun 2022 17:50:20 -0700 Subject: [PATCH] SIGMA: Restore prior DP device Coverity silencing change --- sigma/sigma_dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigma/sigma_dp.c b/sigma/sigma_dp.c index afdb2567..64725e53 100644 --- a/sigma/sigma_dp.c +++ b/sigma/sigma_dp.c @@ -612,7 +612,7 @@ switch (op) { /* case on op */ chan_uen (dva); /* uend */ } dp_clr_ski (cidx, i); /* clear seek int */ - sim_cancel (&dp_unit[i] + DP_SEEK); /* cancel seek compl */ + sim_cancel (&dp_unit[i + DP_SEEK]); /* cancel seek compl */ } chan_clr_chi (dva); /* clear chan int */ }