Re: [PATCH libdrm] tests/exynos: remove dead condition

2018-03-15 Thread Eric Engestrom
On Wednesday, 2018-03-14 14:48:37 +0900, Seung-Woo Kim wrote: > There is already condition checking input values between 2 and 4096 > so condition checking 0 is always false. Remove the dead condition. > > Signed-off-by: Seung-Woo Kim Indeed, good catch :) Reviewed-by: Eric Engestrom ... and p

[PATCH libdrm] tests/exynos: remove dead condition

2018-03-13 Thread Seung-Woo Kim
There is already condition checking input values between 2 and 4096 so condition checking 0 is always false. Remove the dead condition. Signed-off-by: Seung-Woo Kim --- tests/exynos/exynos_fimg2d_perf.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/tests/exynos/e