commit | 5bee39bfe1e8ecad903e9353c92bee89371423fe | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Tue Oct 23 12:34:38 2018 -0700 |
committer | Jeff Johnson <jjohnson@codeaurora.org> | Thu Oct 25 06:34:52 2018 -0700 |
tree | bf1750aafbdc389a6a7dc3964a7649f902125ade | |
parent | f1ef073b9e6bc152f36c6760b389a708117a8c3e [diff] |
qcacld-3.0: Refactor WE_SET_TM_LEVEL processing Currently the HDD function with the highest cyclomatic complexity is __iw_setint_getnone(). The handing of WE_SET_TM_LEVEL 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: Ifa68b6553b6856a008aa37af55d2ca1760da0970 CRs-Fixed: 2338380