diff options
Diffstat (limited to 'net/sctp/chunk.c')
-rw-r--r-- | net/sctp/chunk.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/sctp/chunk.c b/net/sctp/chunk.c index 7135fc0c087a..5780565f5b7d 100644 --- a/net/sctp/chunk.c +++ b/net/sctp/chunk.c | |||
@@ -193,8 +193,9 @@ struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc, | |||
193 | msg->expires_at = jiffies + | 193 | msg->expires_at = jiffies + |
194 | msecs_to_jiffies(sinfo->sinfo_timetolive); | 194 | msecs_to_jiffies(sinfo->sinfo_timetolive); |
195 | msg->can_abandon = 1; | 195 | msg->can_abandon = 1; |
196 | SCTP_DEBUG_PRINTK("%s: msg:%p expires_at: %ld jiffies:%ld\n", | 196 | |
197 | __func__, msg, msg->expires_at, jiffies); | 197 | pr_debug("%s: msg:%p expires_at:%ld jiffies:%ld\n", __func__, |
198 | msg, msg->expires_at, jiffies); | ||
198 | } | 199 | } |
199 | 200 | ||
200 | /* This is the biggest possible DATA chunk that can fit into | 201 | /* This is the biggest possible DATA chunk that can fit into |