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)
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>

Trivial merge