From: Ben Hutchings Date: Mon, 26 Feb 2018 16:32:31 +0000 (+0000) Subject: of: fdt: Fix return with value in void function X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30f7430b476f98e1aa553450b440466f1606aae8;p=pandora-kernel.git of: fdt: Fix return with value in void function Commit 49e67dd17649 "of: fdt: add missing allocation-failure check" added a "return NULL" statement in __unflatten_device_tree(). When applied to the 3.2-stable branch, this introduced a compiler warning (not an error!) because the function returns void here. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed