From: Michael Ellerman Date: Thu, 13 Jul 2006 07:54:39 +0000 (+1000) Subject: [POWERPC] iseries: Fix a compiler warning in platforms/iseries/vpdinfo.c X-Git-Tag: v2.6.19-rc1~1300^2~89^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f357b4cc5826ae55a5f3893424502cb15c6b6eba;p=pandora-kernel.git [POWERPC] iseries: Fix a compiler warning in platforms/iseries/vpdinfo.c iSeries_Get_Location_Code() has error paths, but currently returns void, so give it a return code and only print the output if it returns successfully. Gcc isn't smart enough to be quiet though, so set frame to 0 to shut it up. Signed-off-by: Michael Ellerman Signed-off-by: Stephen Rothwell --- Reading git-diff-tree failed