From: Julia Lawall Date: Sat, 22 May 2010 10:00:21 +0000 (+0200) Subject: UBIFS: use ERR_CAST X-Git-Tag: v2.6.36-rc1~587^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da5156fad495730cca9238ead566222175b30b9;p=pandora-kernel.git UBIFS: use ERR_CAST Use ERR_CAST(x) rather than ERR_PTR(PTR_ERR(x)). The former makes more clear what is the purpose of the operation, which otherwise looks like a no-op. Signed-off-by: Julia Lawall Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed