frv: Remove bogus closing parenthesis
[firefly-linux-kernel-4.4.55.git] / arch / frv / kernel / signal.c
index f3b9064c548c1e3b3870c5a450b9f333d64ff082..864c2f0d497bfa62800e4168cac94215bff4d128 100644 (file)
@@ -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 */