From: Grant Likely Date: Tue, 4 Mar 2014 08:07:17 +0000 (+0800) Subject: Revert "of: fix of_update_property()" X-Git-Tag: v3.15-rc1~121^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3dbeb5b45af5b6113385db89fce2a8279278e8b;p=pandora-kernel.git Revert "of: fix of_update_property()" This reverts commit 02ed594e7113644c06ae3a89bc9215d839510efc. The change is completely broken. It attempt to get the previous item in a linked list by grabbing the address of a stack variable. Outright wrong. Signed-off-by: Grant Likely --- Reading git-diff-tree failed