Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329775
b: refs/heads/master
c: bec109a
h: refs/heads/master
i:
  329773: f19f1a6
  329771: dd7a518
  329767: f7e5b1c
  329759: e4a2b9b
v: v3
  • Loading branch information
Dan Carpenter authored and Ohad Ben-Cohen committed Sep 30, 2012
1 parent b9d2780 commit bcbe5a9
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: ae768d5fac18cd4b3ff51a4860b89fabba8ccc65
refs/heads/master: bec109a430e8c67bae1743f7e71898283234a77f
2 changes: 1 addition & 1 deletion trunk/drivers/remoteproc/remoteproc_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ rproc_recovery_write(struct file *filp, const char __user *user_buf,

ret = copy_from_user(buf, user_buf, count);
if (ret)
return ret;
return -EFAULT;

/* remove end of line */
if (buf[count - 1] == '\n')
Expand Down

0 comments on commit bcbe5a9

Please sign in to comment.