commit | 13b302d0a217580c0129b0641b0ca8b592e437b0 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sat Dec 26 01:44:10 2009 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Tue Dec 29 19:58:17 2009 +0100 |
tree | aa895bb410b4262d9942a0f77fe623c7d610da0c | |
parent | 3c2c58cb33b3b15a2c4871babeec8fe1456e1db6 [diff] |
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 <stefanr@s5r6.in-berlin.de>