Commit b623544c authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] sparse: missed piece of sock_get_timestamp() annotation

parent 722386b9
......@@ -76,8 +76,8 @@ int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
goto done;
}
case SIOCGSTAMP: /* borrowed from IP */
error = sock_get_timestamp(vcc->sk, (struct timeval *)
arg);
error = sock_get_timestamp(vcc->sk,
(struct timeval __user *) arg);
goto done;
case ATM_SETSC:
printk(KERN_WARNING "ATM_SETSC is obsolete\n");
......
Markdown is supported
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