]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: drivers - Drop explicit assigment of 0 in pci_device_id array
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Mon, 4 May 2026 15:32:21 +0000 (17:32 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 May 2026 10:08:36 +0000 (18:08 +0800)
commit97d1d35b573163176ab817489f2322d97f7bc84f
treefd25dca9bfcaee98e896d73533fffbd3629f4610
parent15d253c5d7fa17d3499c885bdb82070546180e44
crypto: drivers - Drop explicit assigment of 0 in pci_device_id array

Assigning .driver_data for drivers that don't use this struct member is
just noise that can better be dropped. The same applies for an explicit
zero in the terminating entry. Drop these.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/cavium/cpt/cptvf_main.c
drivers/crypto/cavium/nitrox/nitrox_main.c
drivers/crypto/marvell/octeontx/otx_cptvf_main.c
drivers/crypto/marvell/octeontx2/otx2_cptvf_main.c