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:
1855ba7
)
b43: Fix HostFlags data types
author
Michael Buesch
<mb@bu3sch.de>
Fri, 18 Apr 2008 19:06:37 +0000
(21:06 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 24 Apr 2008 01:25:34 +0000
(21:25 -0400)
The HostFlags are a bitmask of 48bit. So we must use an u64 datatype
to hold all bits.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found