diff options
-rw-r--r-- | kernel/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/compat.c b/kernel/compat.c index 36700e9e2be9..f4bddb900186 100644 --- a/kernel/compat.c +++ b/kernel/compat.c | |||
@@ -593,7 +593,7 @@ COMPAT_SYSCALL_DEFINE5(waitid, | |||
593 | else | 593 | else |
594 | ret = put_compat_rusage(&ru, uru); | 594 | ret = put_compat_rusage(&ru, uru); |
595 | if (ret) | 595 | if (ret) |
596 | return ret; | 596 | return -EFAULT; |
597 | } | 597 | } |
598 | 598 | ||
599 | BUG_ON(info.si_code & __SI_MASK); | 599 | BUG_ON(info.si_code & __SI_MASK); |