Browse Source

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 <geert@linux-m68k.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Geert Uytterhoeven 13 years ago
parent
commit
a393624969
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/frv/kernel/signal.c

+ 1 - 1
arch/frv/kernel/signal.c

@@ -518,7 +518,7 @@ asmlinkage void do_notify_resume(__u32 thread_info_flags)
 		clear_thread_flag(TIF_SINGLESTEP);
 		clear_thread_flag(TIF_SINGLESTEP);
 
 
 	/* deal with pending signal delivery */
 	/* deal with pending signal delivery */
-	if (thread_info_flags & _TIF_SIGPENDING))
+	if (thread_info_flags & _TIF_SIGPENDING)
 		do_signal();
 		do_signal();
 
 
 	/* deal with notification on about to resume userspace execution */
 	/* deal with notification on about to resume userspace execution */