Files
u-boot/drivers
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-05-21 08:03:38 +02:00
2019-12-03 08:44:14 -05:00
2019-12-02 18:23:09 -05:00
2019-12-04 17:10:51 -05:00
2019-12-05 10:28:38 -05:00
2019-08-07 15:31:04 -04:00
2019-11-17 17:22:53 +08:00
2019-11-01 16:45:40 +03:00
2019-12-10 05:54:55 -07:00
2019-07-19 15:17:05 +02:00
2019-12-02 18:23:07 -05:00