]> www.infradead.org Git - users/jedix/linux-maple.git/commit
platform/x86: think-lmi: Fix sysfs group cleanup
authorKurt Borja <kuurtb@gmail.com>
Mon, 30 Jun 2025 17:31:21 +0000 (14:31 -0300)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Wed, 2 Jul 2025 09:01:25 +0000 (12:01 +0300)
commit4f30f946f27b7f044cf8f3f1f353dee1dcd3517a
tree22bba3f6a91a3e515889ecbdb866ac1967a3b0eb
parent9110056fe10b0519529bdbbac37311a5037ea0c2
platform/x86: think-lmi: Fix sysfs group cleanup

Many error paths in tlmi_sysfs_init() lead to sysfs groups being removed
when they were not even created.

Fix this by letting the kobject core manage these groups through their
kobj_type's defult_groups.

Fixes: a40cd7ef22fb ("platform/x86: think-lmi: Add WMI interface support on Lenovo platforms")
Cc: stable@vger.kernel.org
Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Link: https://lore.kernel.org/r/20250630-lmi-fix-v3-3-ce4f81c9c481@gmail.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/think-lmi.c