diff options
| author | Srinivasan Shanmugam <[email protected]> | 2023-09-30 08:11:31 +0530 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-10-05 17:59:35 -0400 |
| commit | e0a3e7bf62dfbf6a1730f244b2adf53fac07003b (patch) | |
| tree | b975de147fcaba4b1525738ab72edeb92a8a3f02 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 4798db85b76a0e2bebe8bb51251c2688b1e8ab93 (diff) | |
drm/amdgpu: Drop unnecessary return statements
There is no reason to call return at the end of function that
returns void.
Fixes the below:
WARNING: void function return statements are not generally useful
Thus remove such a statement in the affected functions.
Cc: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: "Pan, Xinhui" <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions