Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc9e5c6f authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Remove a debug print in vmaster code



Wrongly slipped in from the commit 9322ca54.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 9322ca54
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)