Re: [PATCH] accel/qaic: Constify aic100_channels

2024-02-23 Thread Jeffrey Hugo
On 2/22/2024 6:06 PM, Jeff Johnson wrote: MHI allows the channel configs to be const, so constify aic100_channels to prevent runtime modification. Signed-off-by: Jeff Johnson Applied to drm-misc-next -Jeff

Re: [PATCH] accel/qaic: Constify aic100_channels

2024-02-23 Thread Jeffrey Hugo
On 2/22/2024 6:06 PM, Jeff Johnson wrote: MHI allows the channel configs to be const, so constify aic100_channels to prevent runtime modification. Signed-off-by: Jeff Johnson Reviewed-by: Jeffrey Hugo I plan to apply to drm-misc-next before the rc6 freeze.