Skip to content

Commit 9dfd8d9

Browse files
ggiordano32mathieupoirier
authored andcommitted
remoteproc: k3-dsp: Fix log levels where appropriate
Driver was logging information as errors. Changed dev_err to dev_dbg where appropriate. Signed-off-by: Garrett Giordano <ggiordano@phytec.com> Acked-by: Andrew Davis <afd@ti.com> Link: https://lore.kernel.org/r/20240626191438.490524-1-ggiordano@phytec.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
1 parent bca4b02 commit 9dfd8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/remoteproc/ti_k3_dsp_remoteproc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ static int k3_dsp_rproc_start(struct rproc *rproc)
327327
goto put_mbox;
328328
}
329329

330-
dev_err(dev, "booting DSP core using boot addr = 0x%x\n", boot_addr);
330+
dev_dbg(dev, "booting DSP core using boot addr = 0x%x\n", boot_addr);
331331
ret = ti_sci_proc_set_config(kproc->tsp, boot_addr, 0, 0);
332332
if (ret)
333333
goto put_mbox;

0 commit comments

Comments
 (0)