From: Alex Gartrell Date: Mon, 6 Oct 2014 20:30:08 +0000 (-0700) Subject: ipvs: remove unnecessary assignment in __ip_vs_get_out_rt X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~122^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7701089118d23bfed03bad0a6b5cc5115990c9e;p=pandora-kernel.git ipvs: remove unnecessary assignment in __ip_vs_get_out_rt It is a precondition of the function that daddr be equal to dest->addr.ip if dest is non-NULL, so this additional assignment is just confusing for stupid engineers like me. Signed-off-by: Alex Gartrell Signed-off-by: Simon Horman --- Reading git-diff-tree failed