diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-11-24 18:09:19 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-11-24 18:11:55 -0800 |
commit | 53775da0b4768cd7e603d7ac1ad706c383c6f61e (patch) | |
tree | d8a152b8da820b39a1da633d1e6040cb205b7eb1 /lib | |
parent | 3a767b482cacd9bfeac786837fcac419af315995 (diff) | |
parent | a066f906ba396ab00d4af19fc5fad42b2605582a (diff) |
Merge branch 'firmware_loader'
Kory says:
====================
This patch was initially submitted as part of a net patch series.
Conor expressed interest in using it in a different subsystem.
https://lore.kernel.org/netdev/20231116-feature_poe-v1-7-be48044bf249@bootlin.com/
Consequently, I extracted it from the series and submitted it separately.
I first tried to send it to driver-core but it seems also not the best
choice:
https://lore.kernel.org/lkml/2023111720-slicer-exes-7d9f@gregkh/
====================
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/test_firmware.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/test_firmware.c b/lib/test_firmware.c index add4699fc6cd..9cfdcd6d21db 100644 --- a/lib/test_firmware.c +++ b/lib/test_firmware.c @@ -1132,6 +1132,7 @@ static const char * const fw_upload_err_str[] = { [FW_UPLOAD_ERR_INVALID_SIZE] = "invalid-file-size", [FW_UPLOAD_ERR_RW_ERROR] = "read-write-error", [FW_UPLOAD_ERR_WEAROUT] = "flash-wearout", + [FW_UPLOAD_ERR_FW_INVALID] = "firmware-invalid", }; static void upload_err_inject_error(struct test_firmware_upload *tst, |