[PATCH] neigh: remove duplicated log msg

From: Abdelmajid Mlayeh
Date: Wed Apr 06 2016 - 08:42:36 EST


From: Abdelmajid MLAYEH <abdelmajidx.mlayeh@xxxxxxxxx>

This will be printed anyways by neigh_suspect

Signed-off-by: Abdelmajid Mlayeh <abdelmajidx.mlayeh@xxxxxxxxx>
---
net/core/neighbour.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/core/neighbour.c b/net/core/neighbour.c
index f18ae91..bf20118 100644
--- a/net/core/neighbour.c
+++ b/net/core/neighbour.c
@@ -896,7 +896,6 @@ static void neigh_timer_handler(unsigned long arg)
neigh_suspect(neigh);
next = now + NEIGH_VAR(neigh->parms, DELAY_PROBE_TIME);
} else {
- neigh_dbg(2, "neigh %p is suspected\n", neigh);
neigh->nud_state = NUD_STALE;
neigh->updated = jiffies;
neigh_suspect(neigh);
--
1.9.1

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.