From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [GIT PATCH] driver core bugfixes for 2.6.12-rc3 Here are two driver core bugfixes for 2.6.12-rc3. Pull from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/ Full patches will be sent to the linux-kernel mailing lists, if anyone wants to see them. thanks, greg k-h ------------- drivers/base/bus.c | 5 ++--- drivers/base/core.c | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) Alexander Nyberg: o Hotplug: Make dev->bus checking consistent Roman Kagan: o drivers/base/bus.c: fix iteration in driver_detach()