]> git.ipfire.org Git - thirdparty/linux.git/commit
irqchip/sifive-plic: Use dev_xyz() in-place of pr_xyz()
authorAnup Patel <apatel@ventanamicro.com>
Thu, 22 Feb 2024 09:39:50 +0000 (15:09 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 Feb 2024 09:18:43 +0000 (10:18 +0100)
commit25d862e183d4efeb5e8b9843d783c90aaae4b14a
tree9e3f62e25ae2fa678939bb4885c8f44c6bdc6dc2
parent8ec99b033147ef3bb8f0a560c24eb1baec3bc0be
irqchip/sifive-plic: Use dev_xyz() in-place of pr_xyz()

Use dev_info(), dev_warn(), and dev_err() in-place of pr_info(),
pr_warn(), and pr_err().

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240222094006.1030709-3-apatel@ventanamicro.com
drivers/irqchip/irq-sifive-plic.c