linux/drivers/vdpa/pds
Alok Tiwari 731ca4a4cc vdpa/pds: use %pe for ERR_PTR() in event handler registration
Use %pe instead of %ps when printing ERR_PTR() values. %ps is intended
for string pointers, while %pe correctly prints symbolic error names
for error pointers returned via ERR_PTR().
This shows the returned error value more clearly.

Fixes: 67f27b8b3a ("pds_vdpa: subscribe to the pds_core events")
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Brett Creeley <brett.creeley@amd.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20251018174705.1511982-1-alok.a.tiwari@oracle.com>
2025-11-27 02:03:07 -05:00
..
Makefile pds_vdpa: protect Makefile from unconfigured debugfs 2023-08-10 15:24:27 -04:00
aux_drv.c vdpa/pds: fixes for VF vdpa flr-aer handling 2024-03-19 02:45:49 -04:00
aux_drv.h pds_vdpa: add support for vdpa and vdpamgmt interfaces 2023-06-27 10:47:09 -04:00
cmds.c pds_vdpa: add vdpa config client commands 2023-06-27 10:47:09 -04:00
cmds.h vdpa: Remove unused declarations 2024-09-25 07:07:43 -04:00
debugfs.c pds_vdpa: fix up format-truncation complaint 2023-12-01 09:55:01 -05:00
debugfs.h pds_vdpa: add support for vdpa and vdpamgmt interfaces 2023-06-27 10:47:09 -04:00
vdpa_dev.c vdpa/pds: use %pe for ERR_PTR() in event handler registration 2025-11-27 02:03:07 -05:00
vdpa_dev.h vdpa/pds: fixes for VF vdpa flr-aer handling 2024-03-19 02:45:49 -04:00