Re: [PATCH 3/3] spi: s3c64xx: constify driver/match data

From: Sylwester Nawrocki
Date: Thu Apr 15 2021 - 05:54:11 EST



On 14.04.2021 22:33, Krzysztof Kozlowski wrote:
The match data (struct s3c64xx_spi_port_config) stored in of_device_id
and platform_device_id tables is not modified by the driver and can be
handled entirely in a const-way to increase the code safety.

Signed-off-by: Krzysztof Kozlowski<krzysztof.kozlowski@xxxxxxxxxxxxx>

Reviewed-by: Sylwester Nawrocki <snawrocki@xxxxxxxxxx>