]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
can: peak_pci: Make structure peak_pciec_i2c_bit_ops constant
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Mon, 19 Aug 2019 08:00:18 +0000 (13:30 +0530)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 20 Aug 2019 11:41:25 +0000 (13:41 +0200)
commit1f0dee39e3cb272c32bb878d0a78d91300326d2b
treee88b6bfc095008e96b1c4906fb4754faf4e323ae
parent30cc0ed73e3390af7c5573b159826e8162f09fe7
can: peak_pci: Make structure peak_pciec_i2c_bit_ops constant

Static structure peak_pciec_i2c_bit_ops, of type i2c_algo_bit_data, is
not used except to be copied into another variable. Hence make it const
to protect it from modification.

Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/sja1000/peak_pci.c