]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: sh: Fix unused variable warnings
authorTakashi Iwai <tiwai@suse.de>
Sat, 4 Jan 2020 11:00:57 +0000 (12:00 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 4 Jan 2020 11:02:32 +0000 (12:02 +0100)
commit1e4f9410272ba380bd84c766a6ffd46eb4d3d866
treef701a905e6cee29c6e6c9c689e36fbb905e09a65
parent6944359bc1b163d6f08fbaae0a9f10b8b4de1c4a
ALSA: sh: Fix unused variable warnings

Remove unused variables that are left over after the conversion of new
PCM ops:
  sound/sh/sh_dac_audio.c:166:26: warning: unused variable 'runtime'
  sound/sh/sh_dac_audio.c:186:26: warning: unused variable 'runtime'
  sound/sh/sh_dac_audio.c:205:26: warning: unused variable 'runtime'

Fixes: be74e4051876 ("ALSA: sh: Convert to the new PCM ops")
Link: https://lore.kernel.org/r/20200104110057.13875-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/sh/sh_dac_audio.c