From: Gavin Shan Date: Thu, 8 Jan 2015 05:41:47 +0000 (+1100) Subject: powerpc/kernel: Avoid initializing device-tree pointer twice X-Git-Tag: fixes-v4.0-rc1~132^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe12545e7650de5332b5522a62686fab8bafc733;p=pandora-kernel.git powerpc/kernel: Avoid initializing device-tree pointer twice As commit 50ba08f3 ("of/fdt: Don't clear initial_boot_params if fdt_check_header() fails") does, the device-tree pointer "initial_boot_params" is initialized by early_init_dt_verify(), which is called by early_init_devtree(). So we needn't explicitly initialize that again in early_init_devtree(). Signed-off-by: Gavin Shan Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed