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:
a5186e9
)
airo: Fix integer overflow warning
author
Michael Buesch
<mb@bu3sch.de>
Wed, 25 Nov 2009 21:55:11 +0000
(22:55 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 4 Dec 2009 18:30:40 +0000
(13:30 -0500)
On BigEndian gcc complains:
drivers/net/wireless/airo.c: In function ‘sniffing_mode’:
drivers/net/wireless/airo.c:4809: warning: integer overflow in expression
Fix this by doing the bitwise AND on the host-endian value.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found