[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250625-dest-fix-v1-0-3a0f342312bb@gmail.com>
Date: Wed, 25 Jun 2025 22:17:34 -0300
From: Kurt Borja <kuurtb@...il.com>
To: Jorge Lopez <jorge.lopez2@...com>, Hans de Goede <hdegoede@...hat.com>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
Thomas Weißschuh <linux@...ssschuh.net>,
Mark Pearson <mpearson-lenovo@...ebb.ca>,
Prasanth Ksr <prasanth.ksr@...l.com>,
Mario Limonciello <mario.limonciello@....com>,
Divya Bharathi <divya.bharathi@...l.com>
Cc: platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
Dell.Client.Kernel@...l.com, Kurt Borja <kuurtb@...il.com>
Subject: [PATCH 0/3] platform/x86: Fix fiwmare_attributes_class device
unregistration
Hi all,
Using device_destroy() for unregistering firmware_attributes_class
devices may cause issues if there is more than one device under this
class. See details in the commit message.
This patchset fixes this problem for all users.
Signed-off-by: Kurt Borja <kuurtb@...il.com>
---
Kurt Borja (3):
platform/x86: hp-bioscfg: Fix class device unregistration
platform/x86: think-lmi: Fix class device unregistration
platform/x86: dell-wmi-sysman: Fix class device unregistration
drivers/platform/x86/dell/dell-wmi-sysman/sysman.c | 4 ++--
drivers/platform/x86/hp/hp-bioscfg/bioscfg.c | 4 ++--
drivers/platform/x86/lenovo/think-lmi.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
---
base-commit: 73f0f2b52c5ea67b3140b23f58d8079d158839c8
change-id: 20250625-dest-fix-b9de524340b2
--
~ Kurt
Powered by blists - more mailing lists