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)
commit2a7f51a3e08cdaeea78d9e101a0079422a55bbc3
treeaa7bd825268bcd0438f502dbf90de03844cf90c5
parent98250221691f728b7cad6deed98866f8847e683f
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 <rmk+kernel@arm.linux.org.uk>
include/linux/mfd/mcp.h