diff options
author | Julius Werner <jwerner@chromium.org> | 2020-10-12 15:32:52 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2020-10-13 22:41:05 +0000 |
commit | 6b8305d24054a452716b748e406c0263607d3bcb (patch) | |
tree | 1a7ad953ba92409c7a1517dc23113a433737221f /src/lib/cbmem_common.c | |
parent | b73d2476dc2c52ec3310ee50b86b25186f98d25c (diff) |
drivers: snsn65dsi86: Fix link rate parsing
DP link rates are reported in an array of LE16 values. The current code
tries to parse them as 8-bit which doesn't get very far, causing us to
always drop into the fallback path. This patch should fix the issue
(+minor whitespace cleanup).
BUG=b:170630766
Signed-off-by: Julius Werner <jwerner@chromium.org>
Change-Id: I1e03088ee2d3517bdb5dcc4dcc4ac04f8b14a391
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46318
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Diffstat (limited to 'src/lib/cbmem_common.c')
0 files changed, 0 insertions, 0 deletions