From: Andrew Morton Date: Thu, 14 Apr 2011 22:06:13 +0000 (-0700) Subject: ALSA: hda - sound/pci/hda/hda_codec.c: fix warning X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5b17b077eb069365ac9508dd0be6e09e0b604bd2;p=linux-beck.git ALSA: hda - sound/pci/hda/hda_codec.c: fix warning sound/pci/hda/hda_codec.c: In function 'snd_hda_get_connections': sound/pci/hda/hda_codec.c:332: warning: unused variable 'j' Signed-off-by: Andrew Morton Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 11ead159abd9..2b6019390489 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -329,7 +329,7 @@ int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid, hda_nid_t *conn_list, int max_conns) { struct snd_array *array = &codec->conn_lists; - int i, j, len, old_used; + int i, len, old_used; hda_nid_t list[HDA_MAX_CONNECTIONS]; /* look up the cached results */