commit | 993d668183fa49b63939a4f62a558d487fd50c22 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Fri Apr 28 12:02:48 2017 -0400 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon May 22 18:42:02 2017 -0500 |
tree | 7cd6063f0953d50912fc4ef214e30dbcff46260d | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 [diff] |
PCI/DPC: Skip DPC event if device is not present The DPC interupt may be executed on a device that is being removed. Skip queuing event handling if the status is all 1's, which should be seen only if the device is not present. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>