]> 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)
commitf4f18f66add89bd66e945052fadc28bea1459f32
tree8d39d98f1693385c162c62c0e82740829d4a7e7f
parent24e8be9fdc0e80079c9447a79d927d9bfc42a6be
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: df29709abdac ('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