From: Daniel Borkmann Date: Tue, 3 Sep 2013 22:19:38 +0000 (+0200) Subject: net: ipv6: mld: clean up MLD_V1_SEEN macro X-Git-Tag: v3.12-rc1~132^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c567b78c8a7da26e5e6f5bd458882ad9967233a;p=pandora-kernel.git net: ipv6: mld: clean up MLD_V1_SEEN macro Replace the macro with a function to make it more readable. GCC will eventually decide whether to inline this or not (also, that's not fast-path anyway). Signed-off-by: Daniel Borkmann Cc: Hannes Frederic Sowa Acked-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed