Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103635
b: refs/heads/master
c: 8a31329
h: refs/heads/master
i:
  103633: 2b9e97f
  103631: 7468246
v: v3
  • Loading branch information
Benjamin Li authored and David S. Miller committed Jul 19, 2008
1 parent d5734c2 commit e6e398d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 706bf24038ba88ec77503b4829b16da712a32f04
refs/heads/master: 8a31329eae0949a8a73b64fcead84bb44a350591
2 changes: 0 additions & 2 deletions trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ bnx2_ctx_wr(struct bnx2 *bp, u32 cid_addr, u32 offset, u32 val)
REG_WR(bp, BNX2_CTX_CTX_CTRL,
offset | BNX2_CTX_CTX_CTRL_WRITE_REQ);
for (i = 0; i < 5; i++) {
u32 val;
val = REG_RD(bp, BNX2_CTX_CTX_CTRL);
if ((val & BNX2_CTX_CTX_CTRL_WRITE_REQ) == 0)
break;
Expand Down Expand Up @@ -7458,7 +7457,6 @@ bnx2_init_board(struct pci_dev *pdev, struct net_device *dev)
reg &= BNX2_CONDITION_MFW_RUN_MASK;
if (reg != BNX2_CONDITION_MFW_RUN_UNKNOWN &&
reg != BNX2_CONDITION_MFW_RUN_NONE) {
int i;
u32 addr = bnx2_shmem_rd(bp, BNX2_MFW_VER_PTR);

bp->fw_version[j++] = ' ';
Expand Down

0 comments on commit e6e398d

Please sign in to comment.