> Date: Tue, 11 Apr 2023 14:36:36 +0200 > > Some update suggestions were taken into account > from static source code analysis. > > Markus Elfring (5) > amdgpu: Move a variable assignment behind a null pointer check in > amdgpu_ras_interrupt_dispatch() > display: Move three variable assignments behind condition checks in > trigger_hotplug() > display: Delete three unnecessary variable initialisations in > trigger_hotplug() > display: Delete a redundant statement in trigger_hotplug() > display: Move an expression into a return statement in > dcn201_link_encoder_create() > > drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 3 ++- > .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 19 ++++++++++--------- > .../amd/display/dc/dcn201/dcn201_resource.c | 4 +--- > 3 files changed, 13 insertions(+), 13 deletions(-)
Is this patch series still in review queues? See also: https://lore.kernel.org/cocci/2258ce64-2a14-6778-8319-b342b06a1...@web.de/ https://sympa.inria.fr/sympa/arc/cocci/2023-04/msg00034.html Regards, Markus