From: Hirofumi Nakagawa Date: Thu, 21 Aug 2008 14:16:40 +0000 (+0300) Subject: UBIFS: remove unneeded unlikely() X-Git-Tag: v2.6.28-rc1~98^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d47aef43ba166bdd11d522307c61ab23aab61c3;p=pandora-kernel.git UBIFS: remove unneeded unlikely() IS_ERR() macro already has unlikely(), so do not use constructions like 'if (unlikely(IS_ERR())'. Signed-off-by: Hirofumi Nakagawa Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed