Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344397
b: refs/heads/master
c: bf0e12c
h: refs/heads/master
i:
  344395: 6ce69bc
v: v3
  • Loading branch information
Michal Simek authored and Michal Simek committed Dec 13, 2012
1 parent 5bd1426 commit a422d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 4336bac52b85201cf92c775940ee70097471c4e2
refs/heads/master: bf0e12c753ee71fa9fcb1210e5b961ba1df7981f
3 changes: 1 addition & 2 deletions trunk/arch/microblaze/include/asm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,10 @@ extern long __user_bad(void);

#define __put_user_check(x, ptr, size) \
({ \
typeof(*(ptr)) __pu_val; \
typeof(*(ptr)) volatile __pu_val = x; \
typeof(*(ptr)) __user *__pu_addr = (ptr); \
int __pu_err = 0; \
\
__pu_val = (x); \
if (access_ok(VERIFY_WRITE, __pu_addr, size)) { \
switch (size) { \
case 1: \
Expand Down

0 comments on commit a422d00

Please sign in to comment.