Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197294
b: refs/heads/master
c: 9925915
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 6e28b93 commit c69c032
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d1c250bb5df9afb5af3f290d1006dfe601a51e2e
refs/heads/master: 99259159c0eb58a539ed399677c8294e3792722b
4 changes: 3 additions & 1 deletion trunk/drivers/staging/hv/Channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,9 @@ int VmbusChannelEstablishGpadl(struct vmbus_channel *Channel, void *Kbuffer,
ret = VmbusPostMessage(gpadlBody,
subMsgInfo->MessageSize -
sizeof(*subMsgInfo));
ASSERT(ret == 0);
if (!ret)
goto Cleanup;

}
}
osd_WaitEventWait(msgInfo->WaitEvent);
Expand Down

0 comments on commit c69c032

Please sign in to comment.