Searched hist:"71 d3ae7fb6404c87b498f8b7f86b8271dd74989f" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_rpmsg.c | diff 71d3ae7fb6404c87b498f8b7f86b8271dd74989f Thu May 12 23:41:38 CDT 2022 Tzung-Bi Shih <tzungbi@kernel.org> platform/chrome: correct cros_ec_prepare_tx() usage
cros_ec_prepare_tx() returns either: - >= 0 for number of prepared bytes. - < 0 for -errno.
Correct the comment and make sure all callers check the return code.
Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> Link: https://lore.kernel.org/r/20220513044143.1045728-3-tzungbi@kernel.org
|
H A D | cros_ec_i2c.c | diff 71d3ae7fb6404c87b498f8b7f86b8271dd74989f Thu May 12 23:41:38 CDT 2022 Tzung-Bi Shih <tzungbi@kernel.org> platform/chrome: correct cros_ec_prepare_tx() usage
cros_ec_prepare_tx() returns either: - >= 0 for number of prepared bytes. - < 0 for -errno.
Correct the comment and make sure all callers check the return code.
Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> Link: https://lore.kernel.org/r/20220513044143.1045728-3-tzungbi@kernel.org
|
H A D | cros_ec_ishtp.c | diff 71d3ae7fb6404c87b498f8b7f86b8271dd74989f Thu May 12 23:41:38 CDT 2022 Tzung-Bi Shih <tzungbi@kernel.org> platform/chrome: correct cros_ec_prepare_tx() usage
cros_ec_prepare_tx() returns either: - >= 0 for number of prepared bytes. - < 0 for -errno.
Correct the comment and make sure all callers check the return code.
Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> Link: https://lore.kernel.org/r/20220513044143.1045728-3-tzungbi@kernel.org
|
H A D | cros_ec_spi.c | diff 71d3ae7fb6404c87b498f8b7f86b8271dd74989f Thu May 12 23:41:38 CDT 2022 Tzung-Bi Shih <tzungbi@kernel.org> platform/chrome: correct cros_ec_prepare_tx() usage
cros_ec_prepare_tx() returns either: - >= 0 for number of prepared bytes. - < 0 for -errno.
Correct the comment and make sure all callers check the return code.
Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> Link: https://lore.kernel.org/r/20220513044143.1045728-3-tzungbi@kernel.org
|
H A D | cros_ec_lpc.c | diff 71d3ae7fb6404c87b498f8b7f86b8271dd74989f Thu May 12 23:41:38 CDT 2022 Tzung-Bi Shih <tzungbi@kernel.org> platform/chrome: correct cros_ec_prepare_tx() usage
cros_ec_prepare_tx() returns either: - >= 0 for number of prepared bytes. - < 0 for -errno.
Correct the comment and make sure all callers check the return code.
Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> Link: https://lore.kernel.org/r/20220513044143.1045728-3-tzungbi@kernel.org
|
H A D | cros_ec_proto.c | diff 71d3ae7fb6404c87b498f8b7f86b8271dd74989f Thu May 12 23:41:38 CDT 2022 Tzung-Bi Shih <tzungbi@kernel.org> platform/chrome: correct cros_ec_prepare_tx() usage
cros_ec_prepare_tx() returns either: - >= 0 for number of prepared bytes. - < 0 for -errno.
Correct the comment and make sure all callers check the return code.
Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> Link: https://lore.kernel.org/r/20220513044143.1045728-3-tzungbi@kernel.org
|