Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73447
b: refs/heads/master
c: a2a1c3e
h: refs/heads/master
i:
  73445: 7c581f6
  73443: 3931dd7
  73439: ff4591a
v: v3
  • Loading branch information
Roel Kluin authored and Jeff Garzik committed Nov 10, 2007
1 parent 4c42b10 commit 1769117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 2493d8e4166fa75ccb8e49fdd000f9ef67e570ae
refs/heads/master: a2a1c3eb4029aa7f17533fe7e9a917a7b3349644
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ static int ipw2100_start_adapter(struct ipw2100_priv *priv)
IPW2100_INTA_FATAL_ERROR |
IPW2100_INTA_PARITY_ERROR);
}
} while (i--);
} while (--i);

/* Clear out any pending INTAs since we aren't supposed to have
* interrupts enabled at this point... */
Expand Down Expand Up @@ -1339,7 +1339,7 @@ static int ipw2100_power_cycle_adapter(struct ipw2100_priv *priv)

if (reg & IPW_AUX_HOST_RESET_REG_MASTER_DISABLED)
break;
} while (i--);
} while (--i);

priv->status &= ~STATUS_RESET_PENDING;

Expand Down

0 comments on commit 1769117

Please sign in to comment.