On 4 May 2017 22:26:28 BST, Bartosz Tomczyk wrote:
>It should be:
>
>i < ARRAY_SIZE(level_strings)
>
Indeed :)
With this, the series is
Reviewed-by: Eric Engestrom
Cheers,
Eric
>
>On 04.05.2017 20:47, Emil Velikov wrote:
>> From: Emil Velikov
>>
>> The array is local so we already know i
It should be:
i < ARRAY_SIZE(level_strings)
On 04.05.2017 20:47, Emil Velikov wrote:
From: Emil Velikov
The array is local so we already know its size.
Signed-off-by: Emil Velikov
---
src/egl/main/egllog.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/egl/m
From: Emil Velikov
The array is local so we already know its size.
Signed-off-by: Emil Velikov
---
src/egl/main/egllog.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/egl/main/egllog.c b/src/egl/main/egllog.c
index 6f0c0cda6c3..c1e61f9b6c9 100644
--- a/src/egl/mai