From: Geert Uytterhoeven Date: Sat, 2 Jun 2012 11:08:39 +0000 (+0200) Subject: frv: Remove bogus closing parenthesis X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a3936249694775d8fb25d19ddf0ed6263e33dd14;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git frv: Remove bogus closing parenthesis Introduced by commit 6fd84c0831ec78d98736b76dc5e9b849f1dbfc9e ("TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set") Signed-off-by: Geert Uytterhoeven Signed-off-by: Al Viro --- diff --git a/arch/frv/kernel/signal.c b/arch/frv/kernel/signal.c index f3b9064c548c..864c2f0d497b 100644 --- a/arch/frv/kernel/signal.c +++ b/arch/frv/kernel/signal.c @@ -518,7 +518,7 @@ asmlinkage void do_notify_resume(__u32 thread_info_flags) clear_thread_flag(TIF_SINGLESTEP); /* deal with pending signal delivery */ - if (thread_info_flags & _TIF_SIGPENDING)) + if (thread_info_flags & _TIF_SIGPENDING) do_signal(); /* deal with notification on about to resume userspace execution */