Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96823
b: refs/heads/master
c: 9c8387a
h: refs/heads/master
i:
  96821: 0bfc538
  96819: 4c3fc0a
  96815: a63f8ff
v: v3
  • Loading branch information
Nate Case authored and Paul Mackerras committed May 15, 2008
1 parent 37e0bcd commit 2d454ec
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 64e4566f6d590fbb284da061b9b664c2486dd2de
refs/heads/master: 9c8387afdc93f90bf0241411d44e011d8d5b76df
4 changes: 2 additions & 2 deletions trunk/include/asm-powerpc/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ static inline unsigned long __copy_from_user_inatomic(void *to,
const void __user *from, unsigned long n)
{
if (__builtin_constant_p(n) && (n <= 8)) {
unsigned long ret;
unsigned long ret = 1;

switch (n) {
case 1:
Expand All @@ -406,7 +406,7 @@ static inline unsigned long __copy_to_user_inatomic(void __user *to,
const void *from, unsigned long n)
{
if (__builtin_constant_p(n) && (n <= 8)) {
unsigned long ret;
unsigned long ret = 1;

switch (n) {
case 1:
Expand Down

0 comments on commit 2d454ec

Please sign in to comment.