[alsa-devel] [PATCH] ASoC: hdac_hdmi: remove ununsed variable 'timeout'

Colin King colin.king at canonical.com
Tue May 17 18:33:06 CEST 2016


From: Colin Ian King <colin.king at canonical.com>

Fix build warning by removing unused variable timeout

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 sound/soc/codecs/hdac_hdmi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c
index 3733297..181cd3b 100644
--- a/sound/soc/codecs/hdac_hdmi.c
+++ b/sound/soc/codecs/hdac_hdmi.c
@@ -1718,7 +1718,6 @@ static int hdac_hdmi_runtime_suspend(struct device *dev)
 	struct hdac_ext_device *edev = to_hda_ext_device(dev);
 	struct hdac_device *hdac = &edev->hdac;
 	struct hdac_bus *bus = hdac->bus;
-	unsigned long timeout;
 	struct hdac_ext_bus *ebus = hbus_to_ebus(bus);
 	struct hdac_ext_link *hlink = NULL;
 	int err;
-- 
2.8.1



More information about the Alsa-devel mailing list