commit | de460ddd8b795ceca8a826771ef8feb016bb438d | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Wed Feb 14 08:54:40 2018 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Thu Apr 26 15:18:07 2018 +0300 |
tree | a0d82d19ed7cc05b469f3b1643b3381f6210c28c | |
parent | 9039d985811d5b109b58b202b7594fd24e433fed [diff] |
iwlwifi: fw: combine loading of last page block into main copy loop Now that we check and copy only the actual size of the page block, there is no need to treat the last block separately. Remove the mostly duplicate code and make the main copy loop handle also the last block. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>