Skip to content

Commit

Permalink
ALSA: hda - Remove a debug print in vmaster code
Browse files Browse the repository at this point in the history
Wrongly slipped in from the commit 9322ca5.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Feb 6, 2012
1 parent 9322ca5 commit fc9e5c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fc9e5c6

Please sign in to comment.