Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> --- common/memtest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/memtest.c b/common/memtest.c index 25a97d8..3b0bcb7 100644 --- a/common/memtest.c +++ b/common/memtest.c @@ -91,8 +91,7 @@ int mem_test(resource_size_t _start, * '0's and '0' bits through a field of '1's (i.e. * pattern and ~pattern). */ - for (i = 0; i < ARRAY_SIZE(bitpattern)/ - sizeof(resource_size_t); i++) { + for (i = 0; i < ARRAY_SIZE(bitpattern); i++) { val = bitpattern[i]; for (; val != 0; val <<= 1) { -- 2.1.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox