]> git.karo-electronics.de Git - karo-tx-linux.git/commit
of_numa: Use of_get_next_parent to simplify code
authorKefeng Wang <wangkefeng.wang@huawei.com>
Thu, 1 Sep 2016 06:54:57 +0000 (14:54 +0800)
committerWill Deacon <will.deacon@arm.com>
Fri, 9 Sep 2016 13:59:08 +0000 (14:59 +0100)
commit837dae1b4308f2dfc9c5bc76c367553670198c63
treea7be2e24cc2524325f2d49be29bfa4f59b3d03a2
parent794224ea565c439ca624a3760ac220928463ea17
of_numa: Use of_get_next_parent to simplify code

Use of_get_next_parent() instead of open-code.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/of/of_numa.c