From: Himanshu Chauhan Date: Thu, 28 Jan 2010 00:53:20 +0000 (-0800) Subject: scripts/kallsyms: suppress build warning X-Git-Tag: v2.6.35-rc2~61^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71d41aed9468a1239cff1b2d928954885b09de6c;p=pandora-kernel.git scripts/kallsyms: suppress build warning Suppress a warn_unused_result warning. fgets is called as a part of error handling. It is called just to drop a line and return immediately. read_map is reading the file in a loop and read_symbol reads line by line. So I think there is no point in using return value for useful checking. Other checks like 3 items were returned or !EOF have already been done. Signed-off-by: Himanshu Chauhan Cc: WANG Cong Cc: Michal Marek Signed-off-by: Andrew Morton Signed-off-by: Michal Marek --- Reading git-diff-tree failed