commit | bdb7635561755dfc90ec010313f4499ef035d80c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 23 08:11:17 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:40 2021 -0700 |
tree | cf1a90e36a42595f83b20655881657ad79cb5d28 | |
parent | 1b9c4b001c4944e64a34c2a8fca42f47a64de422 [diff] |
test: Use a simple variable to record removed device At present the entire test state is effective passed into a test driver just to record which device was removed. This is unnecessary and makes it harder to track what is going on. Use a simple boolean instead. Also drop the unused 'removed' member while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>