commit | fe242579e9f33150868f1bb79c7e262ad7953f17 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Thu Oct 08 00:42:27 2009 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Wed Oct 14 23:10:48 2009 +0200 |
tree | 6b6ca473ed6e506372f0c0e7d97faac02bc1f88c | |
parent | 8e85973efc87dfae8508f1a3440fd44612897458 [diff] |
firewire: core: clarify generate_config_rom usage Move the static config ROM buffer into the scope of the two callers of generate_config_rom(). That way the ROM length can be passed over as return value rather than through a pointer argument. It also becomes more obvious that accesses to the config ROM buffer have to be serialized and how this is accomplished. And firewire-core.ko shrinks a bit as well. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>