Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219544
b: refs/heads/master
c: 50c1126
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Jesse Barnes committed Oct 15, 2010
1 parent 8a6c46e commit ae346cd
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: 991f739544a0923b70fb69b115edb880ff9fcc4a
refs/heads/master: 50c1126ee1990920705a067a6f3f9bb892369b08
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pcie/aer/aerdrv_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ void aer_isr(struct work_struct *work)
{
struct aer_rpc *rpc = container_of(work, struct aer_rpc, dpc_handler);
struct pcie_device *p_device = rpc->rpd;
struct aer_err_source e_src;
struct aer_err_source uninitialized_var(e_src);

mutex_lock(&rpc->rpc_mutex);
while (get_e_source(rpc, &e_src))
Expand Down

0 comments on commit ae346cd

Please sign in to comment.