All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Erdfelt <johannes@erdfelt.com>
To: Colin Bayer <vogon_jeltz@users.sourceforge.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: USB "raced timeout" errors on boot (2.4.11)
Date: Wed, 10 Oct 2001 23:52:32 -0400	[thread overview]
Message-ID: <20011010235232.J9457@sventech.com> (raw)
In-Reply-To: <3BC51513.8040604@users.sourceforge.net>
In-Reply-To: <3BC51513.8040604@users.sourceforge.net>; from vogon_jeltz@users.sourceforge.net on Wed, Oct 10, 2001 at 08:42:11PM -0700

On Wed, Oct 10, 2001, Colin Bayer <vogon_jeltz@users.sourceforge.net> wrote:
> Whenever I boot with my brand-new 2.4.11 kernel, I get the following 
> series of errors (this snippet's from /var/log/messages):

This patch fixed the problem.

JE

diff --minimal -Nru a/drivers/usb/uhci.c b/drivers/usb/uhci.c
--- a/drivers/usb/uhci.c	Wed Oct 10 07:32:38 2001
+++ b/drivers/usb/uhci.c	Wed Oct 10 07:32:38 2001
@@ -1594,9 +1594,7 @@
 	}
 
 	uhci_unlink_generic(uhci, urb);
-	uhci_destroy_urb_priv(urb);
-
-	usb_dec_dev_use(urb->dev);
+	uhci_call_completion(urb);
 
 	return ret;
 }

      parent reply	other threads:[~2001-10-11  3:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-11  3:42 USB "raced timeout" errors on boot (2.4.11) Colin Bayer
2001-10-11  3:44 ` Greg KH
2001-10-11  3:52 ` Johannes Erdfelt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011010235232.J9457@sventech.com \
    --to=johannes@erdfelt.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vogon_jeltz@users.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.