Re: [PATCH] i2c: synquacer: Make synquacer_i2c_ops constant

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Aug 19, 2019 at 01:28:54PM +0530, Nishka Dasgupta wrote:
> Static structure synquacer_i2c_ops, of type i2c_adapter, is only used
> when it is copied into a field of another structure. It is not itself
> modified. Hence make it const to protect it from unintended
> modification.
> Issue found with Coccinelle.
> 
> Signed-off-by: Nishka Dasgupta <nishkadg.linux@xxxxxxxxx>
> ---

Ard, are you okay with this patch?

>  drivers/i2c/busses/i2c-synquacer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/busses/i2c-synquacer.c b/drivers/i2c/busses/i2c-synquacer.c
> index f724c8e6b360..39762f0611b1 100644
> --- a/drivers/i2c/busses/i2c-synquacer.c
> +++ b/drivers/i2c/busses/i2c-synquacer.c
> @@ -526,7 +526,7 @@ static const struct i2c_algorithm synquacer_i2c_algo = {
>  	.functionality	= synquacer_i2c_functionality,
>  };
>  
> -static struct i2c_adapter synquacer_i2c_ops = {
> +static const struct i2c_adapter synquacer_i2c_ops = {
>  	.owner		= THIS_MODULE,
>  	.name		= "synquacer_i2c-adapter",
>  	.algo		= &synquacer_i2c_algo,
> -- 
> 2.19.1
> 

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Linux GPIO]     [Linux SPI]     [Linux Hardward Monitoring]     [LM Sensors]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux