Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356332
b: refs/heads/master
c: 293be8d
h: refs/heads/master
v: v3
  • Loading branch information
Sonic Zhang authored and Bob Liu committed Feb 20, 2013
1 parent 2c9d594 commit 4015674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c73bc7026d7785fc627a8da7bbdd9d172001a59f
refs/heads/master: 293be8de49a05ca510069e7ab2d5057c728dd155
1 change: 1 addition & 0 deletions trunk/arch/blackfin/include/asm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ copy_to_user(void __user *to, const void *from, unsigned long n)
memcpy((void __force *)to, from, n);
else
return n;
SSYNC();
return 0;
}

Expand Down

0 comments on commit 4015674

Please sign in to comment.