diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/nfnetlink_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nfnetlink_log.c b/net/netfilter/nfnetlink_log.c index 62c3f31cdb97..27b844a67ec1 100644 --- a/net/netfilter/nfnetlink_log.c +++ b/net/netfilter/nfnetlink_log.c | |||
@@ -393,8 +393,8 @@ static void nfulnl_timer(unsigned long data) | |||
393 | 393 | ||
394 | spin_lock_bh(&inst->lock); | 394 | spin_lock_bh(&inst->lock); |
395 | __nfulnl_send(inst); | 395 | __nfulnl_send(inst); |
396 | instance_put(inst); | ||
397 | spin_unlock_bh(&inst->lock); | 396 | spin_unlock_bh(&inst->lock); |
397 | instance_put(inst); | ||
398 | } | 398 | } |
399 | 399 | ||
400 | /* This is an inline function, we don't really care about a long | 400 | /* This is an inline function, we don't really care about a long |