]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'eth-fbnic-cleanup-macros-and-string-function'
authorJakub Kicinski <kuba@kernel.org>
Wed, 5 Mar 2025 01:03:28 +0000 (17:03 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 5 Mar 2025 01:03:29 +0000 (17:03 -0800)
commit00d66b5fcd4f9d1d8419b7c418575d1f2cd91cb5
tree1798b1807194105ad8556e653a3e8dc6f3e99030
parent35df5eb9bf6ea34ae79a261927cbf2123af25ae0
parent8cb3e49b23cc673efcb844488aeb46ff4c615824
Merge branch 'eth-fbnic-cleanup-macros-and-string-function'

Lee Trager says:

====================
eth: fbnic: Cleanup macros and string function

We have received some feedback that the macros we use for reading FW mailbox
attributes are too large in scope and confusing to understanding. Additionally
the string function did not provide errors allowing it to silently succeed.
This patch set fixes theses issues.
====================

Link: https://patch.msgid.link/20250228191935.3953712-1-lee@trager.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>