rlc: Use sizeof() for the memset instead of ARRAY_SIZE

In this case both will give the same result but it is better to use
sizeof. But it is better to use the raw number of bytes instead of
the number of elements.
1 file changed