From: Al Viro Date: Sat, 26 May 2012 04:25:15 +0000 (-0400) Subject: unicore32: remove pointless test X-Git-Tag: v3.7-rc1~43^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe9d7feab567085112ca02b238c839ca1b4cd9c5;p=pandora-kernel.git unicore32: remove pointless test we can get into work_pending only if at least one of NEED_RESCHED, SIGPENDING or NOTIFY_RESUME is set. So once we'd found no NEED_RESCHED, there's no need to check that one of the other two is set. Signed-off-by: Al Viro --- Reading git-diff-tree failed