From: Toni Wilen Date: Fri, 19 Feb 2016 19:03:52 +0000 (+0200) Subject: Do not try to abort pending requests at reset. Requests may have disappeared with... X-Git-Tag: 3300~76 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=4af1c103e9b7aceedc95d7894769933e24c3bfd0;p=francis%2Fwinuae.git Do not try to abort pending requests at reset. Requests may have disappeared with memory. --- diff --git a/sana2.cpp b/sana2.cpp index f3383ce9..2867e33e 100644 --- a/sana2.cpp +++ b/sana2.cpp @@ -1730,7 +1730,6 @@ static void dev_reset (void) while (ar) { if (!ar->ready) { dev->ar->ready = 1; - do_abort_async(NULL, dev, ar->request, ar->arequest); } ar = ar->next; }