git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d619ee0
)
prism54: prism54_get_encode() test below 0 on unsigned index
author
Roel Kluin
<12o3l@tiscali.nl>
Wed, 23 Apr 2008 19:56:49 +0000
(21:56 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 24 Apr 2008 01:25:36 +0000
(21:25 -0400)
previously in this function:
u32 index = (dwrq->flags & IW_ENCODE_INDEX) - 1;
index is unsigned, so if -1, the original test (below) didn't work.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found