Correct mask in HPE OEM 216 type 1. Should be byte, not nibble.
Only display internal version number when bit is set to indicate it is
valid.
Fixes: 9d2bbd5db427 ("dmioem: Decode HPE OEM Record 216")
Signed-off-by: Jerry Hoemann
---
dmioem.c | 6 --
1 file changed, 4 insertions(+), 2 dele
dmi_hp_216_version: case 1, specified the masks incorrectly.
This record has two 7-bit numbers indicating version of the CPLD firmware.
The code specified the mask as nibble, not byte.
This record encodes the base version of the firmware plus an potential
"internal release" version off that base
Hi Jerry,
On Mon, 2023-06-05 at 15:45 -0600, Jerry Hoemann wrote:
> Correct mask in HPE OEM 216 type 1. Should be byte, not nibble.
>
> Only display internal version number when bit is set to indicate it is
> valid.
>
> Signed-off-by: Jerry Hoemann
> ---
> dmioem.c | 6 --
> 1 file change