aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-02-05 18:24:36 +0000
committerVinod Koul <[email protected]>2024-02-07 08:51:08 +0000
commit9282cfa2eb080e3bbb95f488af35618b614cdf76 (patch)
treee8f47222d44eecee1448baa6a2351c9638c3f2bb /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parentsoundwire: stream: add missing const to Documentation (diff)
downloadkernel-9282cfa2eb080e3bbb95f488af35618b614cdf76.tar.gz
kernel-9282cfa2eb080e3bbb95f488af35618b614cdf76.zip
soundwire: intel_auxdevice: remove redundant assignment to variable link_flags
The variable link_flags is being initialized with a value that is never read, it is being re-assigned later on. The initialization is redundant and can be removed. Cleans up clang scan build warning: drivers/soundwire/intel_auxdevice.c:624:2: warning: Value stored to 'link_flags' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions