From 2da0ae87b52b3a6fc6b3d3d7ab36abd5acdfb684 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Sat, 2 Jun 2012 13:08:39 +0200 Subject: [PATCH] frv: Remove bogus closing parenthesis Introduced by commit 4b85865a8605ced87105444304ca57c0dab1b653 ("TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set") Signed-off-by: Geert Uytterhoeven Signed-off-by: Al Viro --- arch/frv/kernel/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/frv/kernel/signal.c b/arch/frv/kernel/signal.c index f3b9064c548c1..864c2f0d497bf 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 */ -- 2.39.5