commit | 693722c4b4a391d62e5eb9f8cccd6099225dab65 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Fri Oct 19 13:11:16 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Oct 22 19:49:08 2018 -0700 |
tree | 4e4c7766cdff06f907bcd72badb69e6faa40b700 | |
parent | eb4368a044761ed8331aa019ffabca261bed2fc2 [diff] |
qcacld-3.0: Refactor WE_SET_DATA_INACTIVITY_TO processing Currently the HDD function with the highest cyclomatic complexity is __iw_setint_getnone(). The handing of WE_SET_DATA_INACTIVITY_TO has a complexity greater than 1, so refactor that logic into a separate function to help reduce the complexity of __iw_setint_getnone(). Change-Id: Ica3c1c31ac8ae88d02d5d34d2fc1e53aa70508b9 CRs-Fixed: 2336979