[alsa-devel] [PATCH] echoaudio: remove redundant initialization of pointer 'pipe'
Takashi Iwai
tiwai at suse.de
Mon Mar 12 16:06:58 CET 2018
On Mon, 12 Mar 2018 16:01:00 +0100,
Colin King wrote:
>
> From: Colin Ian King <colin.king at canonical.com>
>
> The pointer 'pipe' is being initialized with a value that is never
> read and it is re-assigned later, hence the initialization is redundant
> and can be removed. Also remove pointer 'runtime' as it is no longer
> required.
>
> Cleans up clang warning:
> sound/pci/echoaudio/echoaudio.c:740:20: warning: Value stored to 'pipe'
> during its initialization is never read
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
Applied, thanks.
Takashi
More information about the Alsa-devel
mailing list