aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c
diff options
context:
space:
mode:
authorGui Jianfeng <guijianfeng@cn.fujitsu.com>2008-04-10 02:00:23 -0700
committerDavid S. Miller <davem@davemloft.net>2008-04-10 02:00:23 -0700
commiteab2e0b2ec150aec8887d0cf178f7c989296266f (patch)
tree4baa4038b2761bf84aa643a3701845bd453b35b7 /net/sctp/input.c
parent935a7f6e4d2f2c69a2d94cbda377684fffbdcb27 (diff)
downloadkernel_samsung_smdk4412-eab2e0b2ec150aec8887d0cf178f7c989296266f.zip
kernel_samsung_smdk4412-eab2e0b2ec150aec8887d0cf178f7c989296266f.tar.gz
kernel_samsung_smdk4412-eab2e0b2ec150aec8887d0cf178f7c989296266f.tar.bz2
SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint
Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/input.c')
-rw-r--r--net/sctp/input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/input.c b/net/sctp/input.c
index c1d7e3b..ca6b022 100644
--- a/net/sctp/input.c
+++ b/net/sctp/input.c
@@ -725,7 +725,6 @@ static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(const union sctp_addr *l
}
ep = sctp_sk((sctp_get_ctl_sock()))->ep;
- epb = &ep->base;
hit:
sctp_endpoint_hold(ep);