firewire: replace static ROM cache by allocated cache
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 2 Mar 2008 18:35:42 +0000 (19:35 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 18 Apr 2008 15:55:35 +0000 (17:55 +0200)
read_bus_info_block() is repeatedly called by workqueue jobs.
These will step on each others toes eventually if there are multiple
workqueue threads, and we end up with corrupt config ROM images.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

No differences found