From: Stefan Richter Date: Fri, 9 Jan 2009 19:49:37 +0000 (+0100) Subject: firewire: core: fix sleep in atomic context due to driver core change X-Git-Tag: v2.6.29-rc1~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6230582320b721e6cf2581d048cb688dca97f504;p=pandora-kernel.git firewire: core: fix sleep in atomic context due to driver core change Due to commit 2831fe6f9cc4e16c103504ee09a47a084297c0f3, "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 Signed-off-by: Stefan Richter --- Reading git-diff-tree failed