From: Andy Walls Date: Sun, 17 Oct 2010 15:11:22 +0000 (+0000) Subject: IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast() X-Git-Tag: v2.6.37-rc1~147^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a954bd560f3e385bbed38fde3051fe718b8d75;p=pandora-kernel.git IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast() Change a few checks against the hardcoded broadcast address, 0xffffffff, to ipv4_is_lbcast(). Remove some existing checks using ipv4_is_lbcast() that are now obviously superfluous. Signed-off-by: Andy Walls Signed-off-by: David S. Miller --- Reading git-diff-tree failed