Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59176
b: refs/heads/master
c: f5609d7
h: refs/heads/master
v: v3
  • Loading branch information
Milind Arun Choudhary authored and Greg Kroah-Hartman committed Jul 11, 2007
1 parent 237df98 commit 54647cd
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: 6f6f8c2f4b59711857d14ada8e70309d52e8fae4
refs/heads/master: f5609d7e679db3f29433f56e1f2e397a2f815288
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pcie/aer/aerdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static struct aer_rpc* aer_alloc_rpc(struct pcie_device *dev)
* Initialize Root lock access, e_lock, to Root Error Status Reg,
* Root Error ID Reg, and Root error producer/consumer index.
*/
rpc->e_lock = SPIN_LOCK_UNLOCKED;
spin_lock_init(&rpc->e_lock);

rpc->rpd = dev;
INIT_WORK(&rpc->dpc_handler, aer_isr);
Expand Down

0 comments on commit 54647cd

Please sign in to comment.