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:
1451ae6
)
farsync: fix support for over 30 cards
author
Dan Carpenter
<dan.carpenter@oracle.com>
Mon, 8 Oct 2012 21:20:48 +0000
(21:20 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 9 Oct 2012 17:54:59 +0000
(13:54 -0400)
We're trying to fill a 64 bit bitmap but only the lower 30 shifts work
because the shift wraps around.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found