commit | 14450429cca0cb48665660d4a08e1a3a9ae47904 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Aug 03 01:14:38 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 08 12:49:31 2018 +0100 |
tree | 21d6720cffd7bf7137dce19ed812aaa406fdb51c | |
parent | 20bdc1ef0a82c730e32cfcdd5215826304b5fe5e [diff] |
test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase() The check on uclass_get_device() and device_active() is unnecessary as the follow-up test operations will implicitly probe the driver. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>