Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201043
b: refs/heads/master
c: 878c495
h: refs/heads/master
i:
  201041: 4dafa57
  201039: 4fe29ca
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Jul 19, 2010
1 parent 1dd4d25 commit 264e035
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: 0abccf77402af44855da739b439d01cfb65b4bfd
refs/heads/master: 878c495644be28cc881e7ee792f00fd879a1ebf9
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/chsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ int chsc_determine_base_channel_path_desc(struct chp_id chpid,
ret = chsc_determine_channel_path_desc(chpid, 0, 0, 0, 0, chsc_resp);
if (ret)
goto out_free;
memcpy(desc, &chsc_resp->data, chsc_resp->length);
memcpy(desc, &chsc_resp->data, sizeof(*desc));
out_free:
kfree(chsc_resp);
return ret;
Expand Down

0 comments on commit 264e035

Please sign in to comment.