X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=net%2Fsctp%2Fendpointola.c;h=286a8dbb63b7f56924bc99961e5a469c56429013;hb=958b7f37ee0fb2846c8d44310a68ae9605614ff9;hp=129756908da49992b5a42e07b84f7521a778e891;hpb=6bfe5c9d6f4dcaa998f67e691359cf7b1c4b443d;p=linux-drm-fsl-dcu.git diff --git a/net/sctp/endpointola.c b/net/sctp/endpointola.c index 129756908da4..286a8dbb63b7 100644 --- a/net/sctp/endpointola.c +++ b/net/sctp/endpointola.c @@ -369,7 +369,7 @@ static void sctp_endpoint_bh_rcv(struct work_struct *work) chunk->transport->last_time_heard = jiffies; error = sctp_do_sm(SCTP_EVENT_T_CHUNK, subtype, state, - ep, asoc, chunk, GFP_ATOMIC); + ep, asoc, chunk, GFP_ATOMIC); if (error && chunk) chunk->pdiscard = 1;