From: Hirofumi Nakagawa Date: Thu, 21 Aug 2008 14:16:40 +0000 (+0300) Subject: UBIFS: remove unneeded unlikely() X-Git-Tag: Release-2010-05/1~3^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c2949f65e60aeb92de02376e3948146bd94986;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