On 5/9/26 15:57, Rahman Mahmutović wrote:
Replace all printk() calls with appropriate device-aware logging
functions to properly associate log messages with the PCI device.
- Use pci_err() for errors where struct pci_dev is available
- Use pci_info() for info messages where struct pci_dev is available
- Use dev_err() for errors where only struct fb_info is available
Remove redundant 's3d:' prefix and pci_name() calls as device-aware
functions include device identification automatically.
Assisted-by: Claude:claude-sonnet-4-6
Signed-off-by: Rahman Mahmutović <[email protected]>
---
drivers/video/fbdev/sunxvr2500.c | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
applied.
Thanks!
Helge