commit | 97e92306357583c1741f0a111c7befe8673b91ee | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Tue May 17 11:22:18 2016 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Jun 13 16:03:03 2016 -0500 |
tree | 976e3a1c9b8276cdf75eaa5265332c4ee55b340c | |
parent | ca8a8fabb10459753fba73cac0382076f0aab058 [diff] |
x86/PCI: VMD: Initialize list item in IRQ disable Multiple calls to disable an IRQ would have caused the driver to dereference a poisoned list item. This re-initializes the list to allow multiple requests to disable the IRQ. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by Jon Derrick: <jonathan.derrick@intel.com>