]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e5d5f1c4f60953de075344c17bebdf6a3fe6215
tree22d93e9d606fbee393796cc18b9659d817f704a1
parent37f1c767bfc661e65455e64c78a134566989b1ae
Revert "of: fix of_update_property()"

This reverts commit 6b9341a452722c7e3ef63da8a5a1a8a7aba53eb6.

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