]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: batman-adv: avoid having the same error message more than once
authorMarek Lindner <lindner_marek@yahoo.de>
Fri, 19 Feb 2010 15:18:06 +0000 (16:18 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:43:02 +0000 (16:43 -0800)
commit149de2e58b53cb87c9637a46441c477f0caf74bd
tree3c6cd7e4aa5d6847b1a77fecab4442da6df2ca16
parenteb50081d8fb76d5de9d65628d7f41977ece7044b
Staging: batman-adv: avoid having the same error message more than once

The routing code has 2 sections which warn about ttl exceeded. The
corresponding warnings were identical which makes it hard to debug. In
addition, batman-adv does not need to warn about ttl exceeded in case
we encountered an echo request as this is commonly used to generate
traceroute graphs.

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/batman-adv/routing.c