ALSA: asihpi: clean up a couple of build warnings
authorColin Ian King <colin.king@canonical.com>
Mon, 16 Oct 2017 12:19:21 +0000 (13:19 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 Oct 2017 12:48:11 +0000 (14:48 +0200)
commit6512ab68e2bf6a63b0607abfdaa7f2bb7caca26f
tree9a74e33d4b826cafdd42a0dcb6b957f9a22b74a9
parent41e4b7dc6e1b6d717edb8679759c2bde138f78a9
ALSA: asihpi: clean up a couple of build warnings

Variable dpcm is never used and hence can be removed. Variable
runtime is being assigned but is never read, so the assignment
is redundant and can be removed. Cleans up two clang warnings:

Value stored to 'dpcm' is never read
Value stored to 'runtime' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/asihpi.c