]> mj.ucw.cz Git - pciutils.git/commit
fix minor logic error in grow_tree()
authorJason Lunz <lunz@falooley.org>
Sat, 24 Mar 2007 16:59:40 +0000 (12:59 -0400)
committerMartin Mares <mj@ucw.cz>
Fri, 30 Mar 2007 09:56:36 +0000 (11:56 +0200)
commit7c874c1c12e02f0a1eec4fb306e83f693065df58
tree907e973aca4e0abab154e5ed32d770471b2853cc
parentd0b07542e4a71a954565ccb845d4ca8e3db5c153
fix minor logic error in grow_tree()

The branches for PCI_HEADER_TYPE_BRIDGE and PCI_HEADER_TYPE_CARDBUS were
switched, but happened to do the same thing because the PCI_ and PCI_CB_
constants are the same.
lspci.c