]> git.ipfire.org Git - thirdparty/linux.git/commit
accel/qaic: Use dev_printk() in RAS
authorJeff Hugo <jeff.hugo@oss.qualcomm.com>
Tue, 10 Jun 2025 17:59:12 +0000 (11:59 -0600)
committerJeff Hugo <jeff.hugo@oss.qualcomm.com>
Wed, 11 Jun 2025 15:34:05 +0000 (09:34 -0600)
commitc5ae936db72d0f45f1a85caa30780b716ac1b608
tree2f98019b0a8e5b257c87299462c1b99beb43b492
parent4e16a9a00239db5d819197b9a00f70665951bf50
accel/qaic: Use dev_printk() in RAS

pci_printk() was removed with commit 1c8a0ed2043c ("PCI: Remove unused pci_printk()")
so change to using dev_printk().

Fixes: c11a50b170e7 ("accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20250610124809.1e1ff0cd@canb.auug.org.au/
Signed-off-by: Jeff Hugo <jeff.hugo@oss.qualcomm.com>
Reviewed-by: Troy Hanson <quic_thanson@quicinc.com>
Link: https://lore.kernel.org/r/20250610175912.2086773-1-jeff.hugo@oss.qualcomm.com
drivers/accel/qaic/qaic_ras.c