ALSA: pcm: remove redundant variable runtime
authorColin Ian King <colin.king@canonical.com>
Sun, 15 Oct 2017 21:06:44 +0000 (22:06 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 Oct 2017 11:35:36 +0000 (13:35 +0200)
commitde168981384097f810d3ecfb4bcfa5019cc7c160
treeab28acd3f25485ee4d5a7537a42e7be8b05a944b
parent0de7d8356241712406973a63572e61fea3233dc2
ALSA: pcm: remove redundant variable runtime

An earlier commit removed the access to variable runtime
and we are now left with unused variable that is redundant,
so remove it.

Cleans up the clang warning: Value stored to 'runtime' is never read

Fixes: e11f0f90a626 ("ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_native.c