]> Git Repo - linux.git/commitdiff
remoteproc: k3-dsp: Fix log levels where appropriate
authorGarrett Giordano <[email protected]>
Wed, 26 Jun 2024 19:14:38 +0000 (12:14 -0700)
committerMathieu Poirier <[email protected]>
Thu, 4 Jul 2024 15:47:42 +0000 (09:47 -0600)
Driver was logging information as errors. Changed dev_err to dev_dbg
where appropriate.

Signed-off-by: Garrett Giordano <[email protected]>
Acked-by: Andrew Davis <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mathieu Poirier <[email protected]>
drivers/remoteproc/ti_k3_dsp_remoteproc.c

index 3555b535b16838bf7a7c9125c2f6c5619051f497..a22d41689a7d2368e32435c42106652ba83c56fc 100644 (file)
@@ -327,7 +327,7 @@ static int k3_dsp_rproc_start(struct rproc *rproc)
                goto put_mbox;
        }
 
-       dev_err(dev, "booting DSP core using boot addr = 0x%x\n", boot_addr);
+       dev_dbg(dev, "booting DSP core using boot addr = 0x%x\n", boot_addr);
        ret = ti_sci_proc_set_config(kproc->tsp, boot_addr, 0, 0);
        if (ret)
                goto put_mbox;
This page took 0.058188 seconds and 4 git commands to generate.