Skip to content
Snippets Groups Projects
Commit 8a1bc901 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

PCI: add is_added flag to struct pci_dev


This lets us check if the device is really added to the driver core or
not, which is what we need when walking some of the bus lists.  The flag
is there in anticipation of getting rid of the other PCI device list,
which is what we used to check in this situation.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 70308923
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment