From: Russell King Date: Sat, 21 Jan 2012 09:28:53 +0000 (+0000) Subject: MFD: mcp-core: fix mcp_priv() to be more type safe X-Git-Tag: v3.3-rc2~18^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7f51a3e08cdaeea78d9e101a0079422a55bbc3;p=pandora-kernel.git MFD: mcp-core: fix mcp_priv() to be more type safe mcp_priv() does unexpected things when passed a void pointer. Make it a typed inline function, which ensures that it works correctly in these cases. Signed-off-by: Russell King --- Reading git-diff-tree failed