commit | d06170a9ba9c39ac0768676e268cb17f9f68a622 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Jan 07 21:51:48 2007 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Thu Feb 08 20:59:27 2007 +0100 |
tree | 6bc637809917b95f1c3f168c762f6b55d2b72946 | |
parent | 3360177c62e86f476c4f1a057e13163383652f7b [diff] |
ieee1394: save one word in struct hpsb_host hpsb_host.config_roms is a bitfield of which only one bit is currently used. hpsb_host.update_config_rom is only a Boolean. Neither one is accessed in hot code paths or with alignment requirements. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>