commit | 31a67585b77b12f18ce8e0aab4cf9f5522de5137 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Tue Sep 26 14:54:28 2017 -0700 |
committer | snandini <snandini@codeaurora.org> | Thu Sep 28 03:49:17 2017 -0700 |
tree | b2acc4694f2f939354c5785dc3b8d0193978681f | |
parent | 1bc784ad688064459e5caf179d29c88f3885c991 [diff] |
qcacld-3.0: Change cds_get_global_context() return type cds_get_global_context() is the only remaining API which uses the v_CONTEXT_t typedef. It was always strange to have an abstraction for (void *) since that is an integral part of C99 and hence does not require abstraction, so replace the return type of cds_get_global_context() from v_CONTEXT_t to void *. Change-Id: I836994bf7405db54eea333bbb29785e606fb0196 CRs-Fixed: 2117092