Skip to content

Commit 0026525

Browse files
jlawrynosgruszka
authored andcommitted
accel/ivpu: Don't flood dmesg with VPU ready message
Use ivpu_dbg() to print the VPU ready message so it doesn't pollute the dmesg. Signed-off-by: Jacek Lawrynowicz <[email protected]> Reviewed-by: Stanislaw Gruszka <[email protected]> Reviewed-by: Jeffrey Hugo <[email protected]> Signed-off-by: Stanislaw Gruszka <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent b0873ee commit 0026525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/accel/ivpu/ivpu_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ static int ivpu_wait_for_ready(struct ivpu_device *vdev)
327327
}
328328

329329
if (!ret)
330-
ivpu_info(vdev, "VPU ready message received successfully\n");
330+
ivpu_dbg(vdev, PM, "VPU ready message received successfully\n");
331331
else
332332
ivpu_hw_diagnose_failure(vdev);
333333

0 commit comments

Comments
 (0)