<[email protected]> writes:

> From: Yan-Hsuan Chuang <[email protected]>
>
> chip files Realtek 802.11ac wireless network chips
> 8822B & 8822C series files
>
> Reviewed-by: Stanislaw Gruszka <[email protected]>
> Signed-off-by: Yan-Hsuan Chuang <[email protected]>

[...]

> +static struct rtw_pwr_seq_cmd trans_carddis_to_cardemu_8822b[] = {
> +     {0x0086,
> +      RTW_PWR_CUT_ALL_MSK,
> +      RTW_PWR_INTF_SDIO_MSK,
> +      RTW_PWR_ADDR_SDIO,
> +      RTW_PWR_CMD_WRITE, BIT(0), 0},

I see lots of arrays like this which are not const. I think they should
be const.

-- 
Kalle Valo

Reply via email to