Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259479
b: refs/heads/master
c: 926ae52
h: refs/heads/master
i:
  259477: 9195820
  259475: f7f7704
  259471: 547549f
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent d3eff0f commit 9bb1679
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: 3a7546d934ca210ebeb51b1bb5180a3774cee443
refs/heads/master: 926ae5262171b2b23c94bc5cbd8dbb9d32152419
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ int vmbus_recvpacket(struct vmbus_channel *channel, void *buffer,

pr_err("Buffer too small - got %d needs %d\n",
bufferlen, userlen);
return -1;
return -ETOOSMALL;
}

*requestid = desc.trans_id;
Expand Down

0 comments on commit 9bb1679

Please sign in to comment.