Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5189
b: refs/heads/master
c: 3e5ea09
h: refs/heads/master
i:
  5187: 9c4a57d
v: v3
  • Loading branch information
Christian Borntraeger authored and Linus Torvalds committed Jul 27, 2005
1 parent b1d85dd commit 79ae127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8ffa7405afe0eaf34db6254160b734f084601f68
refs/heads/master: 3e5ea098446e19175fdee4c2c4ec9366b0217db4
6 changes: 3 additions & 3 deletions trunk/drivers/s390/char/vmcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ vmcp_write(struct file *file, const char __user * buff, size_t count,
return -ENOMEM;
}
debug_text_event(vmcp_debug, 1, cmd);
session->resp_size = cpcmd(cmd, session->response,
session->bufsize,
&session->resp_code);
session->resp_size = __cpcmd(cmd, session->response,
session->bufsize,
&session->resp_code);
up(&session->mutex);
kfree(cmd);
*ppos = 0; /* reset the file pointer after a command */
Expand Down

0 comments on commit 79ae127

Please sign in to comment.