mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]>