commit | daf2e6a8881920fecdfeb3478d05e0b750080286 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Fri Oct 19 12:46:35 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Oct 22 19:47:08 2018 -0700 |
tree | 78412174fa7e0889438a79aa2c2949dc79ebdc37 | |
parent | a2949089e8d263695da0bcee8176cf36cde0d524 [diff] |
qcacld-3.0: Refactor WE_SET_POWER processing Currently the HDD function with the highest cyclomatic complexity is __iw_setint_getnone(). The handing of WE_SET_POWER 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: I4a2c08faf7ec88ca35a353c778fa0269f35eb76d CRs-Fixed: 2336977