]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI/sysfs: Remove unnecessary zero in initializer
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 28 Oct 2024 17:40:46 +0000 (19:40 +0200)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Wed, 15 Jan 2025 03:54:44 +0000 (03:54 +0000)
commit2d54d23c604dc117a2bd99f90353ab761e209384
treeed70e8cf1e44363d30010cf559d129b4a4e736bc
parentb6e5c46d8330ce818d8056cc5b8447d210caf196
PCI/sysfs: Remove unnecessary zero in initializer

Providing empty initializer for an array is enough to set its elements
to zero. Thus, remove the redundant 0 from the initializer.

Link: https://lore.kernel.org/r/20241028174046.1736-4-ilpo.jarvinen@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
drivers/pci/pci-sysfs.c