diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 8a2f9dddbf0a..65c01798d843 100644 --- a/sound/pci/hda/hda_codec.c +++ b/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) |