Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141274
b: refs/heads/master
c: 7034ca4
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 62e5bc5 commit 23a9cf1
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: 88adc104476cccb4b5cfaa48da7019cf9184481b
refs/heads/master: 7034ca4dda60f213d2d428da690710da6ea9a8df
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2860/sta_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@ int rt_ioctl_siwencode(struct net_device *dev,
}
else
/* Don't complain if only change the mode */
if(!erq->flags & IW_ENCODE_MODE) {
if (!(erq->flags & IW_ENCODE_MODE)) {
return -EINVAL;
}
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rt2870/sta_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@ int rt_ioctl_siwencode(struct net_device *dev,
}
else
/* Don't complain if only change the mode */
if(!erq->flags & IW_ENCODE_MODE) {
if (!(erq->flags & IW_ENCODE_MODE)) {
return -EINVAL;
}
}
Expand Down

0 comments on commit 23a9cf1

Please sign in to comment.