From: Scott Wood Date: Tue, 11 Dec 2007 21:23:04 +0000 (+1100) Subject: [POWERPC] wrapper: Rename offset in offset_devp() X-Git-Tag: v2.6.25-rc1~1131^2~271 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=754e5f3f3a96264b96d5593242d81c7468af70cb;p=pandora-kernel.git [POWERPC] wrapper: Rename offset in offset_devp() fdt_wrapper_create_node passes a variable called offset to offset_devp(), which uses said parameter to initialize a local variable called offset. Due to one of the odder aspects of the C language, the result is an undefined variable, with no error or warning. Signed-off-by: Scott Wood Acked-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed