summaryrefslogtreecommitdiff
path: root/ls-tree.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2018-08-12 11:24:06 +0200
committerMartin Mares <mj@ucw.cz>2018-08-12 11:24:06 +0200
commit743537025ebcae2a919317fd22daaa4a23e6bb25 (patch)
tree890c01ea05fc43105a966dd28f4ad363f1941995 /ls-tree.c
parentad0e2fc2b25874c0e92ebecab9038f413d73e263 (diff)
downloadpciutils-topology.tar.gz
Topology now works in combination with filterstopology
If bus topology is needed, we scan all devices regardless of filters, and apply the filters later when showing devices. Also, we forbid several impossible combinations of options: tree mode with filters, bus mapping mode with anything requiring topology.
Diffstat (limited to 'ls-tree.c')
-rw-r--r--ls-tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ls-tree.c b/ls-tree.c
index 8ce9b4f..8d60ea2 100644
--- a/ls-tree.c
+++ b/ls-tree.c
@@ -237,7 +237,5 @@ void
show_forest(void)
{
char line[256];
-
- grow_tree();
show_tree_bridge(&host_bridge, line, line);
}