From: Patrick McHardy Date: Tue, 1 Feb 2011 16:26:37 +0000 (+0100) Subject: netfilter: ctnetlink: fix ctnetlink_parse_tuple() warning X-Git-Tag: v2.6.39-rc1~468^2~424^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00f1f3686d6a062b5295c092a9dff059adbdbf5;p=pandora-kernel.git netfilter: ctnetlink: fix ctnetlink_parse_tuple() warning net/netfilter/nf_conntrack_netlink.c: In function 'ctnetlink_parse_tuple': net/netfilter/nf_conntrack_netlink.c:832:11: warning: comparison between 'enum ctattr_tuple' and 'enum ctattr_type' Use ctattr_type for the 'type' parameter since that's the type of all attributes passed to this function. Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed