From: Takashi Iwai Date: Mon, 6 Feb 2012 13:46:01 +0000 (+0100) Subject: ALSA: hda - Remove a debug print in vmaster code X-Git-Tag: accepted/tizen/common/20141203.182822~4454^2~54^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc9e5c6f42f4706dfb9f06f369ddd81f38b0a3fa;p=platform%2Fkernel%2Flinux-arm64.git ALSA: hda - Remove a debug print in vmaster code Wrongly slipped in from the commit 9322ca54. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 8a2f9dd..65c0179 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)