On Wed, 01 Aug 2018 15:03:45 +0200,
Walter Harms wrote:
>
> From: Colin Ian King
>
> Variable attn is being assigned but is never used hence it is
> redundant and can be removed.
>
> Cleans up clang warning:
> warning: variable 'attn' set but not used [-Wunused-but-set-variable]
>
> Signed-off
From: Colin Ian King
Variable attn is being assigned but is never used hence it is
redundant and can be removed.
Cleans up clang warning:
warning: variable 'attn' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King
---
sound/pci/emu10k1/emupcm.c | 3 +--
1 file changed,
On Wed, 01 Aug 2018 12:47:36 +0200,
Colin King wrote:
>
> From: Colin Ian King
>
> Variable attn is being assigned but is never used hence it is
> redundant and can be removed.
>
> Cleans up clang warning:
> warning: variable 'attn' set but not used [-Wunused-but-set-variable]
>
> Signed-off-b
From: Colin Ian King
Variable attn is being assigned but is never used hence it is
redundant and can be removed.
Cleans up clang warning:
warning: variable 'attn' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King
---
sound/pci/emu10k1/emupcm.c | 3 +--
1 file changed,
4 matches
Mail list logo