From: David Howells Date: Thu, 7 Feb 2008 08:15:26 +0000 (-0800) Subject: Add an ERR_CAST() function to complement ERR_PTR and co. X-Git-Tag: v2.6.25-rc1~388 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1bc8e95445224276d7896b8b08cbb0b28a0ca80;p=pandora-kernel.git Add an ERR_CAST() function to complement ERR_PTR and co. Add an ERR_CAST() function to complement ERR_PTR and co. for the purposes of casting an error entyped as one pointer type to an error of another pointer type whilst making it explicit as to what is going on. This provides a replacement for the ERR_PTR(PTR_ERR(p)) construct. Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed