Re: [PATCH] accel/qaic: Change aic100_image_table definition

2025-01-17 Thread Jeffrey Hugo
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

Re: [PATCH] accel/qaic: Change aic100_image_table definition

2025-01-07 Thread Jacek Lawrynowicz
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