]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfcd99656c9804617c379723416e8a7843d21f021
treeb7125737bd2230377664d3d8f8cbd45990f3cfd1
parent72385c4c4b58e570615fbc9626cc7205c41f5582
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