From: Geert Uytterhoeven Date: Tue, 17 Jul 2012 22:47:59 +0000 (-0700) Subject: m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() fallout X-Git-Tag: v3.5~22^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9717f3110c8d05ad65b9a91b698cc0612fd77af;p=pandora-kernel.git m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() fallout Commit a610d6e672d6 ("pull clearing RESTORE_SIGMASK into block_sigmask()") caused: arch/m32r/kernel/signal.c: In function 'handle_signal': arch/m32r/kernel/signal.c:289:6: warning: 'return' with a value, in function returning void [enabled by default] Remove the return value it forgot to remove. Signed-off-by: Geert Uytterhoeven Cc: Al Viro Cc: Hirokazu Takata Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed