Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205957
b: refs/heads/master
c: e3eb7cd
h: refs/heads/master
i:
  205955: c7a983d
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Jul 22, 2010
1 parent 7976a50 commit 4af68c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b99e1943fd416a5889300fe0fe58367aa3e5705f
refs/heads/master: e3eb7cdd111eec56d201c4a2b20b743c746b6d99
2 changes: 2 additions & 0 deletions trunk/drivers/staging/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ static int VmbusChannelCreateGpadlHeader(void *Kbuffer, u32 Size,
sizeof(struct vmbus_channel_gpadl_header) +
sizeof(struct gpa_range) + pageCount * sizeof(u64);
msgHeader = kzalloc(msgSize, GFP_KERNEL);
if (msgHeader == NULL)
goto nomem;
msgHeader->MessageSize = msgSize;

gpaHeader = (struct vmbus_channel_gpadl_header *)msgHeader->Msg;
Expand Down

0 comments on commit 4af68c4

Please sign in to comment.