public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, stelian@popies.net,
	linux-usb-devel@lists.sourceforge.net
Subject: [GIT PATCH] 2 small Driver core fixes for 2.6.12-git
Date: Wed, 22 Jun 2005 23:09:34 -0700	[thread overview]
Message-ID: <20050623060933.GA11578@kroah.com> (raw)

Here's two patches that fixes some oopses with the USB code due to a
change in the driver core (could also cause problems with other
subsystems, just happened to notice it in the USB code.)  Many thanks to
Stelian Pop for noticing this and figuring out the fix for it.

Please pull from:
	rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/
or if master.kernel.org hasn't synced up yet:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/

thanks,

greg k-h

 drivers/base/bus.c           |    5 ++---
 drivers/usb/input/hid-core.c |    4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

------

Greg Kroah-Hartman:
  driver core: Fix up the device_attach() error handling in bus_add_device()

Stelian Pop:
  USB: fix hid core to return proper error code from probe


             reply	other threads:[~2005-06-23  6:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-23  6:09 Greg KH [this message]
2005-06-23  6:10 ` [PATCH] USB: fix hid core to return proper error code from probe Greg KH
2005-06-23  6:10   ` [PATCH] driver core: Fix up the device_attach() error handling in bus_add_device() Greg KH

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=20050623060933.GA11578@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=stelian@popies.net \
    --cc=torvalds@osdl.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox