[PATCH 1/5] of/unittest: remove the duplicate of_changeset_init

2015-03-10 Thread Wang Long
Remove the duplicate of_changeset_init. In of_selftest_changeset testcase, the "struct of_changeset chgset" is initialized twice, but only once is enough. so, drop the first initializtion code. Signed-off-by: Wang Long --- drivers/of/unittest.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 1/5] of/unittest: remove the duplicate of_changeset_init

2015-03-10 Thread Wang Long
Remove the duplicate of_changeset_init. In of_selftest_changeset testcase, the struct of_changeset chgset is initialized twice, but only once is enough. so, drop the first initializtion code. Signed-off-by: Wang Long long.wangl...@huawei.com --- drivers/of/unittest.c | 1 - 1 file changed, 1