Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354420
b: refs/heads/master
c: c7b7cad
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 5, 2013
1 parent b5c6aa5 commit d7d4abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b488afbc4f0b16dc9507857afb445ae7aa20af2
refs/heads/master: c7b7cad0d8df823ea063c86a54316bbcbfa04a7c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6656/card.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ u64 CARDqGetNextTBTT(u64 qwTSF, WORD wBeaconInterval)
if ((~uLowNextTBTT) < uLowRemain)
qwTSF = ((qwTSF >> 32) + 1) << 32;

qwTSF = (qwTSF & 0xffffffff00000000U) |
qwTSF = (qwTSF & 0xffffffff00000000UL) |
(u64)(uLowNextTBTT + uLowRemain);

return (qwTSF);
Expand Down

0 comments on commit d7d4abc

Please sign in to comment.