Commit 2f72a8b6 authored by David Mosberger's avatar David Mosberger

ia64: Fix typo in arch/ia64/kernel/signal.c (reported by Peter Chubb).

parent 2d5bedfa
......@@ -146,6 +146,7 @@ copy_siginfo_to_user (siginfo_t *to, siginfo_t *from)
if (from->si_code < 0) {
if (__copy_to_user(to, from, sizeof(siginfo_t)))
return -EFAULT;
return 0;
} else {
int err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment