soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixes
authorBen Dooks <ben.dooks@sifive.com>
Tue, 13 Sep 2022 06:18:15 +0000 (06:18 +0000)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 13 Oct 2022 18:06:54 +0000 (11:06 -0700)
commit696ab9bda22a770d079dc3a23bac9aaa553d98f4
treeb7125737bd2230377664d3d8f8cbd45990f3cfd1
parent3fb787e5bad50687a65ded7f3bb805cab70dff59
soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixes

Use the pr_fmt() macro to prefix all the output with "CCACHE:"
to avoid having to write it out each time, or make a large diff
when the next change comes along.

Signed-off-by: Ben Dooks <ben.dooks@sifive.com>
Signed-off-by: Zong Li <zong.li@sifive.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20220913061817.22564-6-zong.li@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
drivers/soc/sifive/sifive_ccache.c