From: Grant Likely Date: Mon, 17 Nov 2014 22:31:32 +0000 (+0000) Subject: of: Refactor __of_node_alloc() into __of_node_dup() X-Git-Tag: omap-for-v3.19/fixes-rc1~127^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e51795815ef1a7adc018cbaf05aac46e3d24eda8;p=pandora-kernel.git of: Refactor __of_node_alloc() into __of_node_dup() Add a node argument to __of_node_alloc() and rename it to __of_node_dup() so that it can also be used to duplicate a node with its properties. This is important for the overlay code so that it can create new nodes without using separate changeset items for every single property. At the same time rework the overlay code to use the new function and drop the extra changeset items. Signed-off-by: Grant Likely --- Reading git-diff-tree failed