git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9825022
)
MFD: mcp-core: fix mcp_priv() to be more type safe
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 21 Jan 2012 09:28:53 +0000
(09:28 +0000)
committer
Russell 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