Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265951
b: refs/heads/master
c: 1d51a13
h: refs/heads/master
i:
  265949: 8f38066
  265947: 6667e99
  265943: 0133e5f
  265935: 76f8254
  265919: 8207d25
v: v3
  • Loading branch information
Rasesh Mody authored and David S. Miller committed Sep 17, 2011
1 parent 84b4901 commit 7b8f952
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: ae0e148934fe016ce3fc70cacee7431ff053a2ee
refs/heads/master: 1d51a1325e43e0c05df626735c66d52203d610fd
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/brocade/bna/bfa_ioc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1201,13 +1201,13 @@ bfa_nw_ioc_sem_get(void __iomem *sem_reg)
if (!(r32 & 1))
return true;

BUG_ON(!(cnt < BFA_SEM_SPINCNT));
return false;
}

void
bfa_nw_ioc_sem_release(void __iomem *sem_reg)
{
readl(sem_reg);
writel(1, sem_reg);
}

Expand Down

0 comments on commit 7b8f952

Please sign in to comment.