commit | de168981384097f810d3ecfb4bcfa5019cc7c160 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Oct 15 22:06:44 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Oct 16 13:35:36 2017 +0200 |
tree | ab28acd3f25485ee4d5a7537a42e7be8b05a944b | |
parent | 0de7d8356241712406973a63572e61fea3233dc2 [diff] |
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>