Skip to content
Commit 702ec307 authored by Al Viro's avatar Al Viro
Browse files

hidp: fix compat_ioctl



1) no point putting it into fs/compat_ioctl.c when you handle it in
your ->compat_ioctl() anyway.
2) HIDPCONNADD is *not* COMPATIBLE_IOCTL() stuff at all - it does
layout massage (pointer-chasing there)
3) use compat_ptr()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 53522148
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment