]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
PCI/sysfs: Calculate bin_attribute size through bin_size()
authorThomas Weißschuh <linux@weissschuh.net>
Sun, 3 Nov 2024 17:03:32 +0000 (17:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Nov 2024 13:00:28 +0000 (14:00 +0100)
commita1ab720ee50686d9e9dcb6935995a75696ed2493
tree9991c731391e7b5b5e3c5e708c9d36a751db6d38
parentbebf29b18f34620e25f7e2bd9e4e4d8e34a8977d
PCI/sysfs: Calculate bin_attribute size through bin_size()

Stop abusing the is_bin_visible() callback to calculate the attribute
size. Instead use the new, dedicated bin_size() one.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Krzysztof Wilczyński <kw@linux.com>
Link: https://lore.kernel.org/r/20241103-sysfs-const-bin_attr-v2-3-71110628844c@weissschuh.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/pci-sysfs.c