]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb64a19c102da0a204a2b158440f922747f78d654
tree9a74e33d4b826cafdd42a0dcb6b957f9a22b74a9
parent2a678bdecf775d5f9bbbdf9d2d1379825a94d588
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