Merge branch 'pds_core-fix-irq-index-bug-and-compiler-warnings'
authorJakub Kicinski <kuba@kernel.org>
Wed, 15 Nov 2023 03:52:14 +0000 (19:52 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 15 Nov 2023 03:52:14 +0000 (19:52 -0800)
commit9d350b2b0d5815a381b558db68a152c6658aad3d
treea4d7ea2e8124e687625301fb4f5f7ef40ee88d19
parent17dd5efe5f36a96bd78012594fabe21efb01186b
parent7c02f6ae676a954216a192612040f9a0cde3adf7
Merge branch 'pds_core-fix-irq-index-bug-and-compiler-warnings'

Shannon Nelson says:

====================
pds_core: fix irq index bug and compiler warnings

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.
====================

Link: https://lore.kernel.org/r/20231113183257.71110-1-shannon.nelson@amd.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>