aboutsummaryrefslogtreecommitdiffstats
path: root/net/rose
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-09-12 14:23:52 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-12 14:23:52 -0700
commit9b37ee75858ce35cf3c0e4724acaf4efabb45687 (patch)
tree5ea2b68ca964fa7c5e64590d7c72b4dd5cc79762 /net/rose
parent[NETROM]: statistics fix (diff)
downloadlinux-dev-9b37ee75858ce35cf3c0e4724acaf4efabb45687.tar.xz
linux-dev-9b37ee75858ce35cf3c0e4724acaf4efabb45687.zip
[NETROM/AX.25/ROSE]: Remove useless tests
Remove error tests that have already been performed by the caller. Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rose')
-rw-r--r--net/rose/af_rose.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c
index 3077878ed4f0..977f99a9cfc0 100644
--- a/net/rose/af_rose.c
+++ b/net/rose/af_rose.c
@@ -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;
+ return sock_get_timestamp(sk, (struct timeval __user *)argp);
case SIOCGIFADDR:
case SIOCSIFADDR: