linux-stable-rt/drivers/base
Greg Kroah-Hartman 014c90dbb9 driver core: prevent device_for_each_child from oopsing
David Vrabel noticed that the wireless usb stack likes to call
device_for_each_chile() with an empty bus.  This used to work fine, but
now oopses.  This patch fixes the oops and makes the code behave like it
used to.

Reported-by: David Vrabel <david.vrabel@csr.com>
Tested-by: David Vrabel <david.vrabel@csr.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-04-16 16:17:11 -07:00
..
power
Kconfig
Makefile
attribute_container.c
base.h
bus.c
class.c
core.c driver core: prevent device_for_each_child from oopsing 2009-04-16 16:17:11 -07:00
cpu.c
dd.c
devres.c
dma-mapping.c
driver.c
firmware.c
firmware_class.c
hypervisor.c
init.c
iommu.c
isa.c
map.c
memory.c
module.c
node.c
platform.c Driver Core: early platform driver 2009-04-16 16:17:10 -07:00
sys.c
topology.c
transport_class.c