]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: greybus: audio: drop stale TODO comment
authorHardik Phalet <hardik.phalet@pm.me>
Tue, 24 Feb 2026 18:55:07 +0000 (18:55 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Feb 2026 15:05:07 +0000 (07:05 -0800)
commitba30a9f9beae4c9caf70a38859701acf24b92395
treeddf4340343cc8ba4e2cb486fefa53dd2dd450488
parent785fe65012d19ed0c7e504373d958581818cd963
staging: greybus: audio: drop stale TODO comment

Modules are removed from modules_list in gb_audio_manager_remove() and
gb_audio_manager_remove_all() before kobject_put(). The TODO suggesting
list deletion in the kobject release callback is stale and misleading.

Signed-off-by: Hardik Phalet <hardik.phalet@pm.me>
Link: https://patch.msgid.link/20260224185421.824210-3-hardik.phalet@pm.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_manager_module.c