aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/arm-cs-trace-disasm.py
diff options
context:
space:
mode:
authorDeepak R Varma <[email protected]>2023-01-25 20:37:14 +0530
committerLyude Paul <[email protected]>2023-01-25 16:50:31 -0500
commitda2b1a0a40d8ea8f23f9d13e10ec3160ef92178d (patch)
tree234f27f6bc2ff6177392df6b9c508b3f4407d42d /tools/perf/scripts/python/arm-cs-trace-disasm.py
parent8d71c78e1aeec37eca4f0a4c190fd3e9548721de (diff)
drm/nouveau/devinit: Convert function disable() to be void
The current design of callback function disable() of struct nvkm_devinit_func is defined to return a u64 value. In its implementation in the driver modules, the function always returns a fixed value 0. Hence the design and implementation of this function should be enhanced to return void instead of a fixed value. This change also eliminates untouched return variables. The change is identified using the returnvar.cocci Coccinelle semantic patch script. Signed-off-by: Deepak R Varma <[email protected]> Reviewed-by: Lyude Paul <[email protected]> Signed-off-by: Lyude Paul <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions