From: Akinobu Mita Date: Tue, 5 Jun 2007 19:56:53 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack_amanda: fix textsearch_prepare() error check X-Git-Tag: v2.6.22-rc5~95^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c764c9ade6d9b710bad2b9c631ede9864333b98c;p=pandora-kernel.git [NETFILTER]: nf_conntrack_amanda: fix textsearch_prepare() error check The return value from textsearch_prepare() needs to be checked by IS_ERR(). Because it returns error code as a pointer. Cc: "Brian J. Murrell" Signed-off-by: Akinobu Mita Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed