commit | a3dbeb5b45af5b6113385db89fce2a8279278e8b | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@linaro.org> | Tue Mar 04 16:07:17 2014 +0800 |
committer | Grant Likely <grant.likely@linaro.org> | Tue Mar 04 16:20:42 2014 +0800 |
tree | 22d93e9d606fbee393796cc18b9659d817f704a1 | |
parent | f4d4ffc03efc864645b990e1d579bbe1b8e358a4 [diff] |
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>