Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79003
b: refs/heads/master
c: 9a62f73
h: refs/heads/master
i:
  79001: c98e223
  78999: c6aece3
v: v3
  • Loading branch information
John W. Linville authored and David S. Miller committed Jan 28, 2008
1 parent 0b2a383 commit dae0c09
Show file tree
Hide file tree
Showing 3 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: d3c319f9c8d9ee2c042c60b8a1bbd909dcc42782
refs/heads/master: 9a62f73b1a3bbd35a6f84fcd6636e672b09981ec
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2139,7 +2139,7 @@ static int iwl3945_update_power_cmd(struct iwl3945_priv *priv,

static int iwl3945_send_power_mode(struct iwl3945_priv *priv, u32 mode)
{
u32 final_mode = mode;
u32 uninitialized_var(final_mode);
int rc;
struct iwl3945_powertable_cmd cmd;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ static int iwl4965_update_power_cmd(struct iwl4965_priv *priv,

static int iwl4965_send_power_mode(struct iwl4965_priv *priv, u32 mode)
{
u32 final_mode = mode;
u32 uninitialized_var(final_mode);
int rc;
struct iwl4965_powertable_cmd cmd;

Expand Down

0 comments on commit dae0c09

Please sign in to comment.