linux/drivers/firewire
Stefan Richter 6230582320 firewire: core: fix sleep in atomic context due to driver core change
Due to commit 2831fe6f9c, "driver core:
create a private portion of struct device", device_initialize() can no
longer be called from atomic contexts.

We now defer it until after config ROM probing.  This requires changes
to the bus manager code because this may use a device before it was
probed.

Reported-by: Jay Fenlason <fenlason@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2009-01-09 23:22:32 +01:00
..
Kconfig
Makefile
fw-card.c firewire: core: fix sleep in atomic context due to driver core change 2009-01-09 23:22:32 +01:00
fw-cdev.c
fw-device.c firewire: core: fix sleep in atomic context due to driver core change 2009-01-09 23:22:32 +01:00
fw-device.h
fw-iso.c
fw-ohci.c
fw-ohci.h
fw-sbp2.c
fw-topology.c
fw-topology.h
fw-transaction.c
fw-transaction.h