Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355020
b: refs/heads/master
c: 0f3f2f8
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jan 19, 2013
1 parent 70bc4fe commit 0c6bdb4
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: 83ebf6e562afc31cf4c6346ee87a7dd9fe39c322
refs/heads/master: 0f3f2f86b22c41bb102a15ca4ca7f41c7414ab0d
2 changes: 1 addition & 1 deletion trunk/drivers/hv/channel_mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ static u32 get_vp_index(uuid_le *type_guid)
return 0;
}
cur_cpu = (++next_vp % max_cpus);
return hv_context.vp_index[cur_cpu];
return 0;
}

/*
Expand Down

0 comments on commit 0c6bdb4

Please sign in to comment.