diff options
| author | Josh Boyer <jwboyer@kernel.org> | 2022-07-08 10:37:19 -0400 |
|---|---|---|
| committer | Josh Boyer <jwboyer@kernel.org> | 2022-07-08 10:37:19 -0400 |
| commit | be7798e0cf106bfa10c3e9bdffe5c15e6b0d7ae9 (patch) | |
| tree | 2135e697fb15df78cc2f65624b60bd617a03f41f | |
| parent | f5f02da57e5401c8571b1a759e857697f2fb0302 (diff) | |
Correct WHENCE entry for wfx firmware20220708
The check_whence script doesn't fail, but installation of the firmware
is not successful because of the extra characters. Clean this up.
Reported-by: Ben Brown <ben@demerara.io>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
| -rw-r--r-- | WHENCE | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5868,9 +5868,9 @@ Driver: wfx - Silicon Labs Wi-Fi Transceiver File: wfx/wfm_wf200_C0.sec Version: 3.14 -File: wfx/brd4001a.pds not listed in WHENCE -File: wfx/brd8022a.pds not listed in WHENCE -File: wfx/brd8023a.pds not listed in WHENCE +File: wfx/brd4001a.pds +File: wfx/brd8022a.pds +File: wfx/brd8023a.pds Licence: Redistributable. See wfx/LICENCE.wf200 for details. |
