Re: [PATCH] drivers:platform/x86:Use ARRAY_SIZE() for the size calculation of the array.

From: Allen
Date: Wed Sep 13 2017 - 04:51:20 EST


>> #define TELEM_IOSS_PG_EVTS 30
>>
>> -#define TELEM_EVT_LEN(x) (sizeof(x)/sizeof((x)[0]))
>> +#define TELEM_EVT_LEN(x) (ARRAY_SIZE(x))
> The outer parenthesis seems redundant to me.
>

Will send out a v2. Thanks.

- Allen