Re: [PATCH libdrm] tests/util: fix incorrect memset argument order

2019-07-02 Thread David Airlie
Reviewed-by: Dave Airlie On Wed, Jul 3, 2019 at 1:20 PM Ilia Mirkin wrote: > > Make it actually clear the LUT. > > Reported-by: Dave Airlie > Signed-off-by: Ilia Mirkin > --- > tests/util/pattern.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/util/pattern.c

[PATCH libdrm] tests/util: fix incorrect memset argument order

2019-07-02 Thread Ilia Mirkin
Make it actually clear the LUT. Reported-by: Dave Airlie Signed-off-by: Ilia Mirkin --- tests/util/pattern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/pattern.c b/tests/util/pattern.c index 42a0e5c7..bf1797d4 100644 --- a/tests/util/pattern.c +++