]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
driver core: attribute_container: change return type to void
authorDaniel Gomez <da.gomez@samsung.com>
Sat, 20 Dec 2025 03:45:34 +0000 (04:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Jan 2026 15:46:14 +0000 (16:46 +0100)
commit7a96ccc82c106b763dd561cb87f9c7261dff4f0d
tree6e98198c574d7b1fef3480a776b7fc79e2e2a6e9
parent5f62af9fd20bea5e3b543cf69655c043cea298bb
driver core: attribute_container: change return type to void

attribute_container_register() has always returned 0 since its
introduction in commit 06ff5a987e ("Add attribute container to generic
device model") in the historical Linux tree [1]. Convert the return type
to void and update all callers.

This removes dead code where callers checked for errors that could never
occur.

Link: https://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git
Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
Link: https://patch.msgid.link/20251220-dev-attribute-container-linux-scsi-v1-1-d58fcd03bf21@samsung.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/attribute_container.c
drivers/base/transport_class.c
drivers/scsi/scsi_transport_spi.c
include/linux/attribute_container.h
include/linux/transport_class.h