Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174766
b: refs/heads/master
c: 476f644
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Patterson authored and Jesse Barnes committed Nov 4, 2009
1 parent 8726ddb commit b68d42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d0243559497b9cab00099c49a5ba3222cd6576f
refs/heads/master: 476f644edf7c22b47e6a118e4a1e138112a5ef14
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pcie/aer/aer_inject.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ static void __exit aer_inject_exit(void)
}

spin_lock_irqsave(&inject_lock, flags);
list_for_each_entry_safe(err, err_next, &pci_bus_ops_list, list) {
list_for_each_entry_safe(err, err_next, &einjected, list) {
list_del(&err->list);
kfree(err);
}
Expand Down

0 comments on commit b68d42f

Please sign in to comment.