Re: [PATCH] selftests/dma: Fix bad array reference.

2025-03-02 Thread liuye
By code observation only. Thanks, Liu Ye 在 2025/2/27 05:41, Shuah Khan 写道: > On 2/25/25 18:31, liuye wrote: >> Friendly ping. >> >> 在 2025/2/6 10:12, Liu Ye 写道: >>> dir[directions] should be directions[dir] to correctly index the >>> directions array. >>> >>> Signed-off-by: Liu Ye >>> --- >>>  

Re: [PATCH] selftests/dma: Fix bad array reference.

2025-02-26 Thread Shuah Khan
On 2/25/25 18:31, liuye wrote: Friendly ping. 在 2025/2/6 10:12, Liu Ye 写道: dir[directions] should be directions[dir] to correctly index the directions array. Signed-off-by: Liu Ye --- tools/testing/selftests/dma/dma_map_benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

Re: [PATCH] selftests/dma: Fix bad array reference.

2025-02-25 Thread liuye
Friendly ping. 在 2025/2/6 10:12, Liu Ye 写道: > dir[directions] should be directions[dir] to correctly index the > directions array. > > Signed-off-by: Liu Ye > --- > tools/testing/selftests/dma/dma_map_benchmark.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/test

[PATCH] selftests/dma: Fix bad array reference.

2025-02-05 Thread Liu Ye
dir[directions] should be directions[dir] to correctly index the directions array. Signed-off-by: Liu Ye --- tools/testing/selftests/dma/dma_map_benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/dma/dma_map_benchmark.c b/tools/testing/selfte

[PATCH] selftests/dma: Fix bad array reference.

2025-02-05 Thread Liu Ye
dir[directions] should be directions[dir] to correctly index the directions array. Signed-off-by: Liu Ye --- tools/testing/selftests/dma/dma_map_benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/dma/dma_map_benchmark.c b/tools/testing/selfte