Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352145
b: refs/heads/master
c: 8f1fd6c
h: refs/heads/master
i:
  352143: b572a1b
v: v3
  • Loading branch information
Tushar Behera authored and Luciano Coelho committed Nov 16, 2012
1 parent bd42a96 commit 192c033
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: 25b08bf662dea1291a9872547819f0e96bf68fe6
refs/heads/master: 8f1fd6cb6a036bf2e600f8a3e397681a5e33ab07
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ti/wlcore/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ static ssize_t sleep_auth_write(struct file *file,
return -EINVAL;
}

if (value < 0 || value > WL1271_PSM_MAX) {
if (value > WL1271_PSM_MAX) {
wl1271_warning("sleep_auth must be between 0 and %d",
WL1271_PSM_MAX);
return -ERANGE;
Expand Down

0 comments on commit 192c033

Please sign in to comment.