Hung-Te Lin submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved
device/azalia_device.c: Remove debug prints

The other five copies of this function in the tree do not have these
debug prints. Remove them from here for consistency. Note that this
information is already printed elsewhere, so nothing is being lost.

Change-Id: I999032af1628bf8d66a057dc72368f02ef6eb8d1
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48347
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
---
M src/device/azalia_device.c
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/device/azalia_device.c b/src/device/azalia_device.c
index 543d5cb..e12ffad 100644
--- a/src/device/azalia_device.c
+++ b/src/device/azalia_device.c
@@ -87,9 +87,6 @@

static u32 find_verb(struct device *dev, u32 viddid, const u32 **verb)
{
- printk(BIOS_DEBUG, "azalia_audio: dev=%s\n", dev_path(dev));
- printk(BIOS_DEBUG, "azalia_audio: Reading viddid=%x\n", viddid);
-
int idx = 0;

while (idx < (cim_verb_data_size / sizeof(u32))) {

To view, visit change 48347. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I999032af1628bf8d66a057dc72368f02ef6eb8d1
Gerrit-Change-Number: 48347
Gerrit-PatchSet: 7
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Hung-Te Lin <hungte@chromium.org>
Gerrit-Reviewer: Michael Niewöhner <foss@mniewoehner.de>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged