Loading net/ax25/af_ax25.c +1 −5 Original line number Diff line number Diff line Loading @@ -1700,12 +1700,8 @@ static int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) } case SIOCGSTAMP: if (sk != NULL) { res = sock_get_timestamp(sk, argp); break; } res = -EINVAL; break; case SIOCAX25ADDUID: /* Add a uid to the uid/call map table */ case SIOCAX25DELUID: /* Delete a uid from the uid/call map table */ Loading net/netrom/af_netrom.c +1 −3 Original line number Diff line number Diff line Loading @@ -1187,8 +1187,6 @@ static int nr_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) } case SIOCGSTAMP: ret = -EINVAL; if (sk != NULL) ret = sock_get_timestamp(sk, argp); release_sock(sk); return ret; Loading net/rose/af_rose.c +1 −3 Original line number Diff line number Diff line Loading @@ -1256,9 +1256,7 @@ static int rose_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) } case SIOCGSTAMP: if (sk != NULL) return sock_get_timestamp(sk, (struct timeval __user *)argp); return -EINVAL; case SIOCGIFADDR: case SIOCSIFADDR: Loading Loading
net/ax25/af_ax25.c +1 −5 Original line number Diff line number Diff line Loading @@ -1700,12 +1700,8 @@ static int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) } case SIOCGSTAMP: if (sk != NULL) { res = sock_get_timestamp(sk, argp); break; } res = -EINVAL; break; case SIOCAX25ADDUID: /* Add a uid to the uid/call map table */ case SIOCAX25DELUID: /* Delete a uid from the uid/call map table */ Loading
net/netrom/af_netrom.c +1 −3 Original line number Diff line number Diff line Loading @@ -1187,8 +1187,6 @@ static int nr_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) } case SIOCGSTAMP: ret = -EINVAL; if (sk != NULL) ret = sock_get_timestamp(sk, argp); release_sock(sk); return ret; Loading
net/rose/af_rose.c +1 −3 Original line number Diff line number Diff line Loading @@ -1256,9 +1256,7 @@ static int rose_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) } case SIOCGSTAMP: if (sk != NULL) return sock_get_timestamp(sk, (struct timeval __user *)argp); return -EINVAL; case SIOCGIFADDR: case SIOCSIFADDR: Loading