Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197287
b: refs/heads/master
c: 1e19c05
h: refs/heads/master
i:
  197285: ccd69f3
  197283: 0941f2a
  197279: 5c26653
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed May 11, 2010
1 parent c2ee70f commit fb942ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 2342df0e63f4ca9a4227ea06f951f09180497914
refs/heads/master: 1e19c054434c7d3ad618129c2ff5c3d81efa6949
8 changes: 3 additions & 5 deletions trunk/drivers/staging/hv/Hv.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,9 @@ void HvCleanup(void)

DPRINT_ENTER(VMBUS);

if (gHvContext.SignalEventBuffer) {
gHvContext.SignalEventBuffer = NULL;
gHvContext.SignalEventParam = NULL;
kfree(gHvContext.SignalEventBuffer);
}
kfree(gHvContext.SignalEventBuffer);
gHvContext.SignalEventBuffer = NULL;
gHvContext.SignalEventParam = NULL;

if (gHvContext.HypercallPage) {
hypercallMsr.AsUINT64 = 0;
Expand Down

0 comments on commit fb942ac

Please sign in to comment.