diff options
author | Colin Ian King <[email protected]> | 2022-05-08 22:28:19 +0100 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2022-05-09 10:42:28 +0200 |
commit | d06130dc3e7aafc6a194f16ddc6011072e87cc4c (patch) | |
tree | 7069a7936025d7f716971ae84dd7d27e2aa350e2 /scripts/bpf_doc.py | |
parent | ca348e7fe1ab9192ad7d9ff029a82a1594e0e289 (diff) |
ALSA: hdsp: remove redundant assignment to pointer kctl
Pointer kctl is being assigned a value that is not being read, buf
is being re-assigned later. The assignment is redundant and can be
removed.
Cleans up clang scan build warning:
sound/pci/rme9652/hdsp.c:3317:28: warning: Although the value stored
to 'kctl' is used in the enclosing expression, the value is never
actually read from 'kctl' [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions