On 6/10/2025 4:36 PM, Stephen Rothwell wrote:
Hi Jeff,
On Tue, 10 Jun 2025 11:59:12 -0600 Jeff Hugo <jeff.h...@oss.qualcomm.com> wrote:
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 <s...@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20250610124809.1e1ff...@canb.auug.org.au/
Signed-off-by: Jeff Hugo <jeff.h...@oss.qualcomm.com>
---
drivers/accel/qaic/qaic_ras.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Thanks. I will apply that to the drm-misc tree merge until it is
applied to the drm-misc tree itself.
Thank you very much for the report. Pushed to drm-misc-next. Hopefully
it will make its way to you via normal channels very soon.
-Jeff