commit | a4c3818242ede1082370d1b2286864d9f58fc6aa | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Aug 24 01:14:01 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 26 07:54:17 2015 -0700 |
tree | 4286417dc632afe5eb84acfd7b1c29315804b9ed | |
parent | ff1b63561796d2af72495459cc6c0c7907fb0513 [diff] |
dm: pci: Optimize pci_uclass_post_bind() If there is no pci device listed in the device tree, don't bother scanning the device tree. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>