commit | 01ec65c812ef829c815d2f37a97cc4eb7925f8ae | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jun 08 21:04:24 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jun 08 21:04:24 2015 +0200 |
tree | 8d39d98f1693385c162c62c0e82740829d4a7e7f | |
parent | 8ffc57093bb1c270050f4229b5afd38ee8cef2bd [diff] |
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: edd8ed496b98 ('ASoC: Intel: handle haswell pcm suspend including runtime modules freeing') Signed-off-by: Takashi Iwai <tiwai@suse.de>