From: Stefan Richter Date: Sat, 26 Dec 2009 00:44:10 +0000 (+0100) Subject: firewire: qualify config ROM cache pointers as const pointers X-Git-Tag: v2.6.34-rc1~219^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b302d0a217580c0129b0641b0ca8b592e437b0;p=pandora-kernel.git firewire: qualify config ROM cache pointers as const pointers Several config ROM related functions only peek at the ROM cache; mark their arguments as const pointers. Ditto fw_device.config_rom and fw_unit.directory, as the memory behind them is meant to be write-once. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed