Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330380
b: refs/heads/master
c: 7844663
h: refs/heads/master
v: v3
  • Loading branch information
Aneesh Kumar K.V authored and Benjamin Herrenschmidt committed Sep 27, 2012
1 parent 70af921 commit ce7a7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 8e166991c0c3631b8af5a26990df77fa2a1d09e6
refs/heads/master: 7844663a31e97930e3949430573452ac245bfdd5
5 changes: 1 addition & 4 deletions trunk/arch/powerpc/platforms/pseries/eeh_pe.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,8 @@ static struct eeh_pe *eeh_phb_pe_get(struct pci_controller *phb)
* the PE for PHB has been determined when that
* was created.
*/
if ((pe->type & EEH_PE_PHB) &&
pe->phb == phb) {
eeh_unlock();
if ((pe->type & EEH_PE_PHB) && pe->phb == phb)
return pe;
}
}

return NULL;
Expand Down

0 comments on commit ce7a7fe

Please sign in to comment.