Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01ec65c8 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: edd8ed49 ('ASoC: Intel: handle haswell pcm suspend including runtime modules freeing')
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 8ffc5709
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1346,7 +1346,6 @@ static void hsw_pcm_complete(struct device *dev)
static int hsw_pcm_prepare(struct device *dev)
{
	struct hsw_priv_data *pdata = dev_get_drvdata(dev);
	struct sst_hsw *hsw = pdata->hsw;
	struct hsw_pcm_data *pcm_data;
	int i, err;