]> git.ipfire.org Git - thirdparty/pciutils.git/commit
lspci: fix printing DeviceName
authorViktor Prutyanov <viktor.prutyanov@virtuozzo.com>
Tue, 20 Mar 2018 19:20:34 +0000 (22:20 +0300)
committerMartin Mares <mj@ucw.cz>
Tue, 20 Mar 2018 20:33:41 +0000 (21:33 +0100)
commit2a39bc9eb7f1bec7077fa5f067e7da5b3d71ce88
treedc4aa26a00e922fea91a91aa82a76a88ee8a5c66
parent6c201b8feb920d4a8d0809278969bb7a4dbc0350
lspci: fix printing DeviceName

In commit ef6c9ec3a45992d9e7ef4716d444252baf2013e1 pci_fill_info() calls were moved
and the label field is filled after its output.
Before this patch lspci never prints 'DeviceName'.

Signed-off-by: Viktor Prutyanov <viktor.prutyanov@virtuozzo.com>
lspci.c