From: Denis V. Lunev Date: Fri, 1 Feb 2008 02:47:00 +0000 (-0800) Subject: [IPV4]: Small style cleanup of the error path in rtm_to_ifaddr. X-Git-Tag: v2.6.25-rc1~1089^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2185747c32260a3e43b94812e96d22a8725f09;p=pandora-kernel.git [IPV4]: Small style cleanup of the error path in rtm_to_ifaddr. Remove error code assignment inside brackets on failure. The code looks better if the error is assigned before condition check. Also, the compiler treats this better. Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- Reading git-diff-tree failed