From: Stefan Richter Date: Sun, 2 Mar 2008 18:35:42 +0000 (+0100) Subject: firewire: replace static ROM cache by allocated cache X-Git-Tag: v2.6.26-rc1~1141^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dadff71d6356ebb804c3f4f1d3049247e16111c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed