Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210236
b: refs/heads/master
c: e5fa721
h: refs/heads/master
v: v3
  • Loading branch information
Haiyang Zhang authored and Greg Kroah-Hartman committed Sep 4, 2010
1 parent e08cb88 commit d231481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0c47a70a9a8a6d1ec37a53d2f9cb82f8b8ef8aa2
refs/heads/master: e5fa721d1c2a54261a37eb59686e18dee34b6af6
3 changes: 1 addition & 2 deletions trunk/drivers/staging/hv/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ GetRingBufferSize(struct hv_ring_buffer_info *RingInfo)
static inline u64
GetRingBufferIndices(struct hv_ring_buffer_info *RingInfo)
{
return ((u64)RingInfo->RingBuffer->WriteIndex << 32)
|| RingInfo->RingBuffer->ReadIndex;
return (u64)RingInfo->RingBuffer->WriteIndex << 32;
}


Expand Down

0 comments on commit d231481

Please sign in to comment.