1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-24 09:25:22 +01:00
Files
u-boot-megous/drivers/misc
Michael Auchter b4f98b3b16 cros_ec: use uint instead of uint8_t for cmd param
Chromium EC commands can be up to 16-bits, so using a uint8_t here can
cause truncation. Update to use a uint instead.

It looks like this should likely have been done as a part of
9fea76f5d3, but this function was skipped
for some reason.

Signed-off-by: Michael Auchter <michael.auchter@ni.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2019-12-10 21:11:31 -07:00
..
2019-08-11 16:43:41 -04:00
2018-08-11 16:00:50 +02:00
2018-08-11 16:00:50 +02:00
2018-11-14 09:16:27 -08:00
2018-11-14 09:16:27 -08:00
2017-01-21 15:12:33 -05:00
2018-11-14 09:16:27 -08:00
2018-11-14 09:16:27 -08:00
2018-12-19 15:23:01 +01:00
2019-11-07 18:39:16 -05:00
2019-02-09 12:50:22 -07:00