]> Pileus Git - ~andy/linux/blobdiff - ipc/compat.c
Merge tag 'pwm/for-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[~andy/linux] / ipc / compat.c
index f71e962756d815230b9c9dea727b1be63f009445..f486b0096a67f32fe453cca13b40ad6268a76d45 100644 (file)
@@ -381,7 +381,7 @@ COMPAT_SYSCALL_DEFINE6(ipc, u32, call, int, first, int, second,
                        uptr = compat_ptr(ipck.msgp);
                        fifth = ipck.msgtyp;
                }
-               return do_msgrcv(first, uptr, second, fifth, third,
+               return do_msgrcv(first, uptr, second, (s32)fifth, third,
                                 compat_do_msg_fill);
        }
        case MSGGET: