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-Tag: v2.6.26-rc1~1138^2~145 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=eab2e0b2ec150aec8887d0cf178f7c989296266f;p=linux-2.6-omap-h63xx.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 c1d7e3b5c4b..ca6b022b1df 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);