commit | 841da29860e557ecb66377bb37cb0de0961d4f26 | [log] [tgz] |
---|---|---|
author | Srinivas Girigowda <sgirigow@codeaurora.org> | Wed Feb 21 16:33:00 2018 -0800 |
committer | nshrivas <nshrivas@codeaurora.org> | Fri Apr 06 17:49:25 2018 -0700 |
tree | 5a117f2a7a1aac74716750324243799679eae019 | |
parent | ddd675246747c1b88ea5f53ed7b268f0f0e59cd5 [diff] |
qcacld-3.0: Switch from module_param_call() to module_param_cb() The definition of module_param_call() was changed in 4.15 and in order to have module params that work on the kernel both before and after that change switch to using module_param_cb() since its definition has not changed. Change-Id: I4af7c802ae62041636eda3047805630a16490e75 CRs-Fixed: 2193703