Răsfoiți Sursa

ALSA: hda - Remove a debug print in vmaster code

Wrongly slipped in from the commit 9322ca54.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 13 ani în urmă
părinte
comite
fc9e5c6f42
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      sound/pci/hda/hda_codec.c

+ 0 - 1
sound/pci/hda/hda_codec.c

@@ -2320,7 +2320,6 @@ static int map_slaves(struct hda_codec *codec, const char * const *slaves,
 					 name, suffix);
 				name = tmpname;
 			}
-			printk("XXX comparing %s vs %s\n", sctl->id.name, name);
 			if (!strcmp(sctl->id.name, name)) {
 				err = func(data, sctl);
 				if (err)