Re: [PATCH v4 02/10] rtc: max77686: Use ARRAY_SIZE() instead of current array length

From: Laxman Dewangan
Date: Wed Jan 27 2016 - 01:08:43 EST



On Wednesday 27 January 2016 09:06 AM, Javier Martinez Canillas wrote:
It is better to use the ARRAY_SIZE() macro instead of the array length
to avoid bugs if the array is later changed and the length not updated.

Signed-off-by: Javier Martinez Canillas <javier@xxxxxxxxxxxxxxx>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx>
Tested-by: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx>
Reviewed-by: Andi Shyti <andi.shyti@xxxxxxxxxxx>


Acked-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>