From: Gui Jianfeng Date: Thu, 10 Apr 2008 09:00:23 +0000 (-0700) Subject: SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=eab2e0b2ec150aec8887d0cf178f7c989296266f;p=openwrt%2Fstaging%2Fblogic.git SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint Signed-off-by: Gui Jianfeng Signed-off-by: David S. Miller --- diff --git a/net/sctp/input.c b/net/sctp/input.c index c1d7e3b5c4b4..ca6b022b1df2 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);