From: David S. Miller Date: Fri, 29 Jun 2012 01:54:02 +0000 (-0700) Subject: ipv4: Adjust in_dev handling in fib_validate_source() X-Git-Tag: v3.6-rc1~125^2~347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e56e3800ea42e78b7c816bdd2d87d047be80541;p=pandora-kernel.git ipv4: Adjust in_dev handling in fib_validate_source() Checking for in_dev being NULL is pointless. In fact, all of our callers have in_dev precomputed already, so just pass it in and remove the NULL checking. Signed-off-by: David S. Miller --- Reading git-diff-tree failed