Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250078
b: refs/heads/master
c: 40294d8
h: refs/heads/master
v: v3
  • Loading branch information
Wanlong Gao authored and Jesse Barnes committed May 10, 2011
1 parent 7578def commit 7434f94
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: 0e8ede5351b53610363215f750e576ca1db1d0cd
refs/heads/master: 40294d8f14384780a61a2dea8c92a231176ae301
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 @@ -326,7 +326,7 @@ static int aer_inject(struct aer_error_inj *einj)
unsigned long flags;
unsigned int devfn = PCI_DEVFN(einj->dev, einj->fn);
int pos_cap_err, rp_pos_cap_err;
u32 sever, cor_mask, uncor_mask, cor_mask_orig, uncor_mask_orig;
u32 sever, cor_mask, uncor_mask, cor_mask_orig = 0, uncor_mask_orig = 0;
int ret = 0;

dev = pci_get_domain_bus_and_slot((int)einj->domain, einj->bus, devfn);
Expand Down

0 comments on commit 7434f94

Please sign in to comment.