MFD: mcp-core: fix mcp_priv() to be more type safe
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 21 Jan 2012 09:28:53 +0000 (09:28 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 21 Jan 2012 15:46:25 +0000 (15:46 +0000)
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 <rmk+kernel@arm.linux.org.uk>

No differences found