From: Dan Carpenter Date: Thu, 16 Oct 2014 07:56:25 +0000 (+0300) Subject: staging: lustre: silence a static checker warning X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~712 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a1daba3a11c027e491c4850dc35163f4a142b1;p=pandora-kernel.git staging: lustre: silence a static checker warning Static checkers warn that if cfs_cpt_table_print() returns an error other than -EFBIG, then it would lead to a double free. This is true but cfs_cpt_table_print() only returns -EFBIG on error so it also won't happen in real life. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed