]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: intel: Remove unused variable hsw
authorTakashi Iwai <tiwai@suse.de>
Mon, 8 Jun 2015 19:04:24 +0000 (21:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 8 Jun 2015 19:04:24 +0000 (21:04 +0200)
commit6d202657e0cf6d74db0f74a36a4c9a3568d7259f
tree8d39d98f1693385c162c62c0e82740829d4a7e7f
parenta65e82efde3db90fbc9de8e156c7457e19fb934b
ASoC: intel: Remove unused variable hsw

The recent fix left a variable declaration without usage.
  sound/soc/intel/haswell/sst-haswell-pcm.c:1349:18: warning: unused variable ‘hsw’ [-Wunused-variable]

Fixes: 78f601086d0b ('ASoC: Intel: handle haswell pcm suspend including runtime modules freeing')
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/intel/haswell/sst-haswell-pcm.c