OSDN Git Service

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)
commita3dbeb5b45af5b6113385db89fce2a8279278e8b
tree22d93e9d606fbee393796cc18b9659d817f704a1
parentf4d4ffc03efc864645b990e1d579bbe1b8e358a4
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 <grant.likely@linaro.org>
drivers/of/base.c