Re: [PATCH] drm/radeon: remove dead code in ni_mc_load_microcode()

2024-01-18 Thread Alex Deucher
On Thu, Jan 18, 2024 at 3:52 AM Nikita Zhandarovich wrote: > > Inside the if block with (running == 0), the checks for 'running' > possibly being non-zero are redundant. Remove them altogether. > > This change is similar to the one authored by Heinrich Schuchardt > in commit > ddbbd3be9679

[PATCH] drm/radeon: remove dead code in ni_mc_load_microcode()

2024-01-17 Thread Nikita Zhandarovich
Inside the if block with (running == 0), the checks for 'running' possibly being non-zero are redundant. Remove them altogether. This change is similar to the one authored by Heinrich Schuchardt in commit ddbbd3be9679 ("drm/radeon: remove dead code, si_mc_load_microcode (v2)") Found by Linux