diff options
author | 2014-04-29 10:01:28 -0700 | |
---|---|---|
committer | 2014-04-29 10:01:28 -0700 | |
commit | 3e93457b45a1a8c69227ce596ee2005fa06f20dd (patch) | |
tree | 248c27e432533b1af80a9b2240eaa8e48e3b87cc /net/sctp/protocol.c | |
parent | regulator: tps65090: Allow setting the overcurrent wait time (diff) | |
parent | mfd: tps65090: Stop caching most registers (diff) | |
download | wireguard-linux-3e93457b45a1a8c69227ce596ee2005fa06f20dd.tar.xz wireguard-linux-3e93457b45a1a8c69227ce596ee2005fa06f20dd.zip |
Merge tag 'ib-mfd-regulator-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into regulator-tps65090
Immutable branch between MFD and Regulator due for v3.16 merge-window.
Diffstat (limited to '')
-rw-r--r-- | net/sctp/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 4e1d0fcb028e..c09757fbf803 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c @@ -957,7 +957,7 @@ static inline int sctp_v4_xmit(struct sk_buff *skb, SCTP_INC_STATS(sock_net(&inet->sk), SCTP_MIB_OUTSCTPPACKS); - return ip_queue_xmit(skb, &transport->fl); + return ip_queue_xmit(&inet->sk, skb, &transport->fl); } static struct sctp_af sctp_af_inet; |