diff options
author | Colin Ian King <[email protected]> | 2024-02-29 12:05:41 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-03-05 13:59:28 +0000 |
commit | 4d44ea3a61c20faedc042874489c2758ae5daca0 (patch) | |
tree | e227ee04a969171e0e449636b0ea0e6d1a813a91 /net/lapb/lapb_iface.c | |
parent | 699b60ba237def5d83c53fbf29be468154ec37a6 (diff) |
staging: greybus: Remove redundant variable 'mask'
The variable mask is being assigned and bit-set but it is never
being used apart from this. The variable is redundant and can
be removed.
Cleans up clang scan build warning:
drivers/staging/greybus/audio_topology.c:764:15: warning: variable 'mask'
set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Vaibhav Agarwal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions