summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>2026-05-22 18:30:09 +0300
committerPaolo Abeni <pabeni@redhat.com>2026-05-26 16:39:44 +0300
commit18b9f739d3f292925ca7f67ad63f3a4c0bbfad3d (patch)
tree03df593fc194890e35860a89e665c2e74b721e43 /include/uapi/linux
parentda1ab4ec5542e0bc314a911d9410a6094b302ce0 (diff)
downloadlinux-18b9f739d3f292925ca7f67ad63f3a4c0bbfad3d.tar.xz
s390/ism: Drop superfluous zeros in pci_device_id array
The .driver_data member of the struct pci_device_id array were initialized by a list expressions to zero without making use of that value. In this case it's better to not specify a value at all and let the compiler fill in the zeros. Same for the list terminator that can better be completely empty. This patch doesn't introduce changes to the compiled array. Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com> Reviewed-by: Breno Leitao <leitao@debian.org> Acked-by: Alexandra Winter <wintera@linux.ibm.com> Link: https://patch.msgid.link/20260522153010.777081-2-u.kleine-koenig@baylibre.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions