[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20071025093808.16e730e7.zaitcev@redhat.com>
Date: Thu, 25 Oct 2007 09:38:08 -0700
From: Pete Zaitcev <zaitcev@...hat.com>
To: Oliver Neukum <oliver@...kum.org>
Cc: vitalivanov@...il.com, linux-usb-devel@...ts.sourceforge.net,
greg@...ah.com, linux-kernel@...r.kernel.org, netwiz@....id.au,
zaitcev@...hat.com
Subject: Re: USB: FIx locks and urb->status in adutux
On Thu, 25 Oct 2007 14:03:48 +0200, Oliver Neukum <oliver@...kum.org> wrote:
> Am Donnerstag 25 Oktober 2007 schrieb Pete Zaitcev:
> > + if (signal_pending(current)) {
> > dbg(1," %s : interrupted", __FUNCTION__);
> > + set_current_state(TASK_RUNNING);
> > retval = -EINTR;
> > - goto exit;
> > + goto exit_onqueue;
>
> Are you sure you cannot have written any data here?
I noticed that myself, but this is what the old driver did.
-- Pete
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists