mbox series

[net,0/2] pds_core: fix irq index bug and compiler warnings

Message ID 20231110200759.56770-1-shannon.nelson@amd.com (mailing list archive)
Headers show
Series pds_core: fix irq index bug and compiler warnings | expand

Message

Nelson, Shannon Nov. 10, 2023, 8:07 p.m. UTC
The first patch fixes a bug in our interrupt masking where we used the
wrong index.  The second patch addresses a couple of kernel test robot
string truncation warnings.

Shannon Nelson (2):
  pds_core: use correct index to mask irq
  pds_core: fix up some format-truncation complaints

 drivers/net/ethernet/amd/pds_core/adminq.c  | 2 +-
 drivers/net/ethernet/amd/pds_core/core.h    | 2 +-
 drivers/net/ethernet/amd/pds_core/dev.c     | 8 ++++++--
 drivers/net/ethernet/amd/pds_core/devlink.c | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)