projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcccad7
)
nf: Remove compilation error caused by
author
Ruchi Kandoi
<kandoiruchi@google.com>
Thu, 24 Apr 2014 21:07:53 +0000
(14:07 -0700)
committer
Ruchi Kandoi
<kandoiruchi@google.com>
Thu, 24 Apr 2014 21:15:09 +0000
(21:15 +0000)
e8430cbed3ef15fdb1ac26cfd020e010aa5f1c35
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
net/netfilter/xt_IDLETIMER.c
patch
|
blob
|
history
diff --git
a/net/netfilter/xt_IDLETIMER.c
b/net/netfilter/xt_IDLETIMER.c
index 43ced837a6c25c88dfaf23cb62c820a9ca3063c1..f6562ba97a978a8b9deeb433e922d5d6fb28ea8f 100644
(file)
--- a/
net/netfilter/xt_IDLETIMER.c
+++ b/
net/netfilter/xt_IDLETIMER.c
@@
-380,7
+380,6
@@
static int idletimer_tg_checkentry(const struct xt_tgchk_param *par)
{
struct idletimer_tg_info *info = par->targinfo;
int ret;
- unsigned long now = jiffies;
pr_debug("checkentry targinfo %s\n", info->label);