commit | 08372eb4fa9b23329d2caa79e81754baf7841dd9 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Nov 14 11:14:24 2023 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 22:31:03 2023 -0500 |
tree | 62decf5a1d1c85e1db2640363cdfb9ac08701aab | |
parent | a27ea1e85b6c9e42ec6d4b3f58e1b6747958e27e [diff] |
test: dm: skip scmi tests against disabled protocols This is a precautionary change to make scmi tests workable whether or not a specific protocol be enabled. If a given protocol is not configured, we skip the test by returning -EAGAIN. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>