On 12/13/2024 11:51 AM, Jeffrey Hugo wrote:
From: Youssef Samir
aic100_image_table is currently defined as a "const char *" array,
this can potentially lead to the accidental modification of the
pointers inside. Also, checkpatch.pl gives a warning about it.
Change the type to a "const char * c
Reviewed-by: Jacek Lawrynowicz
On 12/13/2024 7:51 PM, Jeffrey Hugo wrote:
> From: Youssef Samir
>
> aic100_image_table is currently defined as a "const char *" array,
> this can potentially lead to the accidental modification of the
> pointers inside. Also, checkpatch.pl gives a warning about i