Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132234
b: refs/heads/master
c: cb4cb4a
h: refs/heads/master
v: v3
  • Loading branch information
Alex Chiang authored and Matthew Wilcox committed Mar 12, 2009
1 parent 9143795 commit ce6b695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 649426efcfbc67a8b033497151816cbac9fd0cfa
refs/heads/master: cb4cb4ac7338c28b047760be187355ed9c783e72
3 changes: 3 additions & 0 deletions trunk/drivers/pci/pcie/aer/aerdrv_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ static void set_downstream_devices_error_reporting(struct pci_dev *dev,
bool enable)
{
set_device_error_reporting(dev, &enable);

if (!dev->subordinate)
return;
pci_walk_bus(dev->subordinate, set_device_error_reporting, &enable);
}

Expand Down

0 comments on commit ce6b695

Please sign in to comment.