X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=net%2Fbluetooth%2Fl2cap_sock.c;h=6c89d61aaa6f9935c1fafc10217075bdc3a35a9e;hp=74e59cdd047b0c08fae9186293cc10d669985e95;hb=0b209feee8d6fd0162dd05437a24b0b0a81ca17c;hpb=b979e4df4859f3406d932a3ab6d577df7cfe48a1 diff --git a/net/bluetooth/l2cap_sock.c b/net/bluetooth/l2cap_sock.c index 74e59cdd047b..6c89d61aaa6f 100644 --- a/net/bluetooth/l2cap_sock.c +++ b/net/bluetooth/l2cap_sock.c @@ -630,7 +630,7 @@ static int l2cap_sock_setsockopt(struct socket *sock, int level, int optname, ch break; } - if (get_user(opt, (u32 __user *) optval)) { + if (get_user(opt, (u16 __user *) optval)) { err = -EFAULT; break; }