On Tue, 17 Oct 2017 13:53:21 +0200,
Colin King wrote:
>
> From: Colin Ian King
>
> The assignment to variable i is redundant as it is never read
> because it is updated a little later on. Remove this assignment.
> Cleans up clang warning: Value stored to 'i' is never read
>
> Signed-off-by: Col
From: Colin Ian King
The assignment to variable i is redundant as it is never read
because it is updated a little later on. Remove this assignment.
Cleans up clang warning: Value stored to 'i' is never read
Signed-off-by: Colin Ian King
---
sound/pci/au88x0/au88x0_core.c | 2 +-
1 file changed
2 matches
Mail list logo