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)
commit1dadff71d6356ebb804c3f4f1d3049247e16111c
tree103cab576092528c4820436028ac6cc3bfbc5652
parentd34316a4bdcd4fef050da584401c7f4ed22482f2
firewire: replace static ROM cache by allocated cache

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>
drivers/firewire/fw-device.c