commit | fe3f643882d04052a5e43723f5c0a1552981a835 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 06 15:21:26 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 20 19:14:22 2018 -0700 |
tree | 2247fcc7750fcc4a1dac03564fc09af26e1817f7 | |
parent | 8d176d8047f01bd12efc76af3717873f37bf57c1 [diff] |
sandbox: cros_ec: exynos: Drop use of cros_ec_get_error() This function is really just a call to uclass_get_device() and there is no reason why the caller cannot do it. Update sandbox and snow accordingly. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Minkyu Kang <mk7.kang@samsung.com>