diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-08-21 11:21:09 +0100 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2019-01-25 20:57:18 +0200 |
commit | aba1e632c2e810bd685a2c954ebc726e5ca30b2b (patch) | |
tree | 078fe9ff1af4761ebe88838a904831c796e0a47c /drivers/net/wireless/intel/iwlwifi/mvm/utils.c | |
parent | 4ad0be160544ffbdafb7cec39bb8e6dd0a97317a (diff) |
iwlwifi: pcie: make array 'prop' static, shrinks object size
Don't populate the array prop on the stack but instead make it static.
Makes the object code smaller by 30 bytes:
Before:
text data bss dec hex filename
80138 15382 576 96096 17760 drivers/net/wireless/intel/iwlwifi/pcie/trans.o
After:
text data bss dec hex filename
79948 15542 576 96066 17742 drivers/net/wireless/intel/iwlwifi/pcie/trans.o
(gcc version 8.2.0 x86_64)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/utils.c')
0 files changed, 0 insertions, 0 deletions