summaryrefslogtreecommitdiff
path: root/proto_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto_tcp.c')
0 files changed, 0 insertions, 0 deletions
cgit.cgi/linux/net-next.git/diff/?id=69bd3c5b28e7c988886efb3c9a7614a612eef45d&id2=0c923d1da394b96727b813d1e64412b72f1dc580'>diff)
PCI: pciehp: Don't re-read Slot Status when handling surprise event
Previously we read Slot Status when handling a surprise event. But Slot Status might have changed since we identified the event, and the event_type already tells us whether to enable or disable the slot, so there's no need to read it again. Remove handle_surprise_event() and queue the power work directly. [bhelgaas: changelog] Tested-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Mayurkumar Patel <mayurkumar.patel@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Acked-by: Rajat Jain <rajatxjain@gmail.com>
Diffstat
-rw-r--r--drivers/pci/hotplug/pciehp_ctrl.c18
1 files changed, 2 insertions, 16 deletions
diff --git a/drivers/pci/hotplug/pciehp_ctrl.c b/drivers/pci/hotplug/pciehp_ctrl.c