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:
be40a5e
)
staging: wlan-ng: Fix incorrect type in assignments
author
Ebru Akagunduz
<ebru.akagunduz@gmail.com>
Sat, 25 Oct 2014 10:16:42 +0000
(13:16 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 28 Oct 2014 07:41:43 +0000
(15:41 +0800)
fc variable type was u16 and it has an assignment
from cpu_to_le16() so its type changed as __le16.
This bug found by sparse.
Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found