From: Thomas Meyer Date: Tue, 8 Nov 2011 21:34:00 +0000 (+0100) Subject: PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR()) X-Git-Tag: v3.2-rc2~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156acb166ea9a43d7fcdf9b8051694ce4e91dbfc;p=pandora-kernel.git PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR()) Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) [The semantic patch that makes this change is available in scripts/coccinelle/api/err_cast.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/] Signed-off-by: Thomas Meyer Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed