Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337118
b: refs/heads/master
c: a5e0f69
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 1a3096f commit 69d6cf8
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: 7d82c65f04b00093088002a1d8c147006c98f960
refs/heads/master: a5e0f69c983a142daa95b70f709a3dabf76cb55f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ced1401/ced_ioc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ int FreeCircBlock(DEVICE_EXTENSION * pdx, TCIRCBLOCK __user * pCB)
iReturn = U14ERR_BADAREA;

if (copy_to_user(pCB, &cb, sizeof(cb)))
return -EFAULT;
iReturn = -EFAULT;

mutex_unlock(&pdx->io_mutex);
return iReturn;
Expand Down

0 comments on commit 69d6cf8

Please sign in to comment.