[PATCH v2] selftests/powerpc: Remove the path after initialization.

2024-09-29 Thread zhangjiao2
From: zhang jiao If there were no anamolies noted, then we can simply remove the log file and return. Signed-off-by: zhang jiao --- v1->v2: Remove the path after initialization. tools/testing/selftests/powerpc/mm/tlbie_test.c | 10 +- 1 file changed, 5 insertions(+), 5 deletio

[PATCH] selftests/powerpc: Rm the unnecessary remove function.

2024-09-27 Thread zhangjiao2
From: zhang jiao Path is not initialized before use, remove the unnecessary remove function. Signed-off-by: zhang jiao --- tools/testing/selftests/powerpc/mm/tlbie_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/powerpc/mm/tlbie_test.c b/tools/testing/selftes