Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48347 )
Change subject: device/azalia_device.c: Remove debug prints ......................................................................
device/azalia_device.c: Remove debug prints
The other six copies of this function in the tree do not have these debug prints. Remove them from here for consistency.
Change-Id: I999032af1628bf8d66a057dc72368f02ef6eb8d1 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/device/azalia_device.c 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/48347/1
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))) {
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48347
to look at the new patch set (#2).
Change subject: device/azalia_device.c: Remove debug prints ......................................................................
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.
Change-Id: I999032af1628bf8d66a057dc72368f02ef6eb8d1 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/device/azalia_device.c 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/48347/2
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48347 )
Change subject: device/azalia_device.c: Remove debug prints ......................................................................
Patch Set 5:
What for? Why not the other way round and add it to the others?
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48347 )
Change subject: device/azalia_device.c: Remove debug prints ......................................................................
Patch Set 5:
Patch Set 5:
What for? Why not the other way round and add it to the others?
Majority: this is the odd one out. Plus, these prints only clutter the log.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48347 )
Change subject: device/azalia_device.c: Remove debug prints ......................................................................
Patch Set 5: Code-Review+2
What for? Why not the other way round and add it to the others?
Majority: this is the odd one out. Plus, these prints only clutter the log.
The information is already printed right before the call, so it seems odd indeed.
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48347 )
Change subject: device/azalia_device.c: Remove debug prints ......................................................................
Patch Set 5: Code-Review+2
Hello Felix Singer, build bot (Jenkins), Nico Huber, Arthur Heymans, Michael Niewöhner, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48347
to look at the new patch set (#6).
Change subject: device/azalia_device.c: Remove debug prints ......................................................................
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 --- M src/device/azalia_device.c 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/48347/6
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48347 )
Change subject: device/azalia_device.c: Remove debug prints ......................................................................
Patch Set 6: Code-Review+2
Hung-Te Lin has submitted this change. ( https://review.coreboot.org/c/coreboot/+/48347 )
Change subject: device/azalia_device.c: Remove debug prints ......................................................................
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(-)
Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved
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))) {