Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9474
b: refs/heads/master
c: 4735885
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 30, 2005
1 parent d25871b commit a153ff4
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: eacaa1f5aa4a41a48349f55abcd9258506943e76
refs/heads/master: 4735885701d7c24ed54f35f5102d32b3aabee55e
2 changes: 1 addition & 1 deletion trunk/include/asm-um/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
const __typeof__(ptr) __private_ptr = ptr; \
__typeof__(*(__private_ptr)) __private_val; \
int __private_ret = -EFAULT; \
(x) = 0; \
(x) = (__typeof__(*(__private_ptr)))0; \
if (__copy_from_user(&__private_val, (__private_ptr), \
sizeof(*(__private_ptr))) == 0) {\
(x) = (__typeof__(*(__private_ptr))) __private_val; \
Expand Down

0 comments on commit a153ff4

Please sign in to comment.