commit | a2a63a35b2ad6da434aaf8426f2902c6c3bc2352 | [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 | 566bf3a8698780079196da742c363ca3b627ca31 [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>