Home
last modified time | relevance | path

Searched hist:"6 bc15ad784ed9607ecf06e4fa3451383d2778d47" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/chrome/
H A Dcros_ec_vbc.cdiff 6bc15ad784ed9607ecf06e4fa3451383d2778d47 Thu Feb 20 16:58:54 CET 2020 Enric Balletbo i Serra <enric.balletbo@collabora.com> platform/chrome: cros_ec_vbc: Use cros_ec_cmd_xfer_status helper

This patch makes use of cros_ec_cmd_xfer_status() instead of
cros_ec_cmd_xfer(). In this case the change is trivial and the only
reason to do it is because we want to make cros_ec_cmd_xfer() a private
function for the EC protocol and let people only use the
cros_ec_cmd_xfer_status() to return Linux standard error codes.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Tested-by: Prashant Malani <pmalani@chromium.org>