From: Jan Beulich Date: Wed, 7 Mar 2012 23:45:44 +0000 (+0000) Subject: netfilter: xt_LOG: don't use xchg() for simple assignment X-Git-Tag: v3.4-rc2~11^2~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d229c68bb47170f04f81e51c9ed5d4286cebdb;p=pandora-kernel.git netfilter: xt_LOG: don't use xchg() for simple assignment At least on ia64 the (bogus) use of xchg() here results in the compiler warning about an unused expression result. As only an assignment is intended here, convert it to such. Signed-off-by: Jan Beulich Acked-by: Eric Dumazet Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed