diff options
| author | Adrien Thierry <[email protected]> | 2022-05-18 15:11:15 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-06-06 08:03:46 +0200 |
| commit | 14780bb174266e155e2b586fe9ba716087f91269 (patch) | |
| tree | 7541dd1aab25dbc80445e177ea87505388223994 /tools/perf/scripts/python | |
| parent | 726e79f8a64891552ffe272e05f49ed9710fca89 (diff) | |
staging: vchiq_arm: pass vchiq instance to 'find_service_by_handle'
In order to remove the 'vchiq_states' global array, we need to pass the
vchiq_instance reference to the 'handle_to_service' function, as well as
to all functions that call 'handle_to_service'. This will allow
accessing the vchiq state through the vchiq instance instead of through
the global array.
'handle_to_service' is called by 'find_service_by_handle'. Therefore,
pass the vchiq instance reference to 'find_service_by_handle' and to its
callers.
Tested-by: Stefan Wahren <[email protected]>
Signed-off-by: Adrien Thierry <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions