Revert "of: fix of_update_property()"
authorGrant Likely <grant.likely@linaro.org>
Tue, 4 Mar 2014 08:07:17 +0000 (16:07 +0800)
committerGrant Likely <grant.likely@linaro.org>
Tue, 4 Mar 2014 08:20:42 +0000 (16:20 +0800)
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 <grant.likely@linaro.org>
drivers/of/base.c

Simple merge