Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136143
b: refs/heads/master
c: 4f01ac0
h: refs/heads/master
i:
  136141: ec0feb3
  136139: 05870e4
  136135: 274c9e8
  136127: 4cd6071
v: v3
  • Loading branch information
Mohamed Abbas authored and John W. Linville committed Mar 28, 2009
1 parent 10aac8d commit 5b6428b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 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: 5c2207c64209be2fe0d6b43ada2e41b28a948015
refs/heads/master: 4f01ac01539d83709d6ae314fc172da7b7e70456
5 changes: 0 additions & 5 deletions trunk/drivers/net/wireless/iwlwifi/iwl-agn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3093,11 +3093,6 @@ static ssize_t store_power_level(struct device *d,

mutex_lock(&priv->mutex);

if (!iwl_is_ready(priv)) {
ret = -EAGAIN;
goto out;
}

ret = strict_strtoul(buf, 10, &mode);
if (ret)
goto out;
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -4550,11 +4550,6 @@ static ssize_t store_power_level(struct device *d,

mutex_lock(&priv->mutex);

if (!iwl_is_ready(priv)) {
ret = -EAGAIN;
goto out;
}

ret = strict_strtoul(buf, 10, &mode);
if (ret)
goto out;
Expand Down

0 comments on commit 5b6428b

Please sign in to comment.