]> Pileus Git - ~andy/linux/blobdiff - net/sctp/ipv6.c
sctp: remove useless arguments from get_saddr() call
[~andy/linux] / net / sctp / ipv6.c
index 593c80162913062f6f8c90bcfd716952605c26dd..a1913a4b6f3a0fedf5031f2390b1595ea0171742 100644 (file)
@@ -365,15 +365,12 @@ static inline int sctp_v6_addr_match_len(union sctp_addr *s1,
  */
 static void sctp_v6_get_saddr(struct sctp_sock *sk,
                              struct sctp_transport *t,
-                             union sctp_addr *daddr,
                              struct flowi *fl)
 {
        struct flowi6 *fl6 = &fl->u.ip6;
        union sctp_addr *saddr = &t->saddr;
 
-       SCTP_DEBUG_PRINTK("%s: asoc:%p dst:%p daddr:%pI6 ",
-                         __func__, t->asoc, t->dst, &daddr->v6.sin6_addr);
-
+       SCTP_DEBUG_PRINTK("%s: asoc:%p dst:%p\n", __func__, t->asoc, t->dst);
 
        if (t->dst) {
                saddr->v6.sin6_family = AF_INET6;