mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array
@ 2025-07-07  6:24 Kurt Borja
  2025-07-07 11:38 ` Hans de Goede
  2025-07-07 12:59 ` Ilpo Järvinen
  0 siblings, 2 replies; 3+ messages in thread
From: Kurt Borja @ 2025-07-07  6:24 UTC (permalink / raw)
  To: Hans de Goede, Ilpo Järvinen, Armin Wolf, Mario Limonciello
  Cc: platform-driver-x86, Dell.Client.Kernel, linux-kernel, stable,
	Kurt Borja

Add missing empty member to `awcc_dmi_table`.

Cc: stable@vger.kernel.org
Fixes: 6d7f1b1a5db6 ("platform/x86: alienware-wmi: Split DMI table")
Signed-off-by: Kurt Borja <kuurtb@gmail.com>
---
 drivers/platform/x86/dell/alienware-wmi-wmax.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/dell/alienware-wmi-wmax.c b/drivers/platform/x86/dell/alienware-wmi-wmax.c
index 20ec122a9fe0571a1ecd2ccf630615564ab30481..1c21be25dba54699b9ba21f53e3845df166396e1 100644
--- a/drivers/platform/x86/dell/alienware-wmi-wmax.c
+++ b/drivers/platform/x86/dell/alienware-wmi-wmax.c
@@ -233,6 +233,7 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
 		},
 		.driver_data = &g_series_quirks,
 	},
+	{}
 };
 
 enum AWCC_GET_FAN_SENSORS_OPERATIONS {

---
base-commit: 4f30f946f27b7f044cf8f3f1f353dee1dcd3517a
change-id: 20250705-dmi-fix-df17f8619956
-- 
 ~ Kurt


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array
  2025-07-07  6:24 [PATCH] platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array Kurt Borja
@ 2025-07-07 11:38 ` Hans de Goede
  2025-07-07 12:59 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2025-07-07 11:38 UTC (permalink / raw)
  To: Kurt Borja, Ilpo Järvinen, Armin Wolf, Mario Limonciello
  Cc: platform-driver-x86, Dell.Client.Kernel, linux-kernel, stable

Hi,

On 7-Jul-25 08:24, Kurt Borja wrote:
> Add missing empty member to `awcc_dmi_table`.
> 
> Cc: stable@vger.kernel.org
> Fixes: 6d7f1b1a5db6 ("platform/x86: alienware-wmi: Split DMI table")
> Signed-off-by: Kurt Borja <kuurtb@gmail.com>
> ---
>  drivers/platform/x86/dell/alienware-wmi-wmax.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/dell/alienware-wmi-wmax.c b/drivers/platform/x86/dell/alienware-wmi-wmax.c
> index 20ec122a9fe0571a1ecd2ccf630615564ab30481..1c21be25dba54699b9ba21f53e3845df166396e1 100644
> --- a/drivers/platform/x86/dell/alienware-wmi-wmax.c
> +++ b/drivers/platform/x86/dell/alienware-wmi-wmax.c
> @@ -233,6 +233,7 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
>  		},
>  		.driver_data = &g_series_quirks,
>  	},
> +	{}
>  };
>  
>  enum AWCC_GET_FAN_SENSORS_OPERATIONS {
> 

Thank you for catching this, patch looks good to me:

Reviewed-by: Hans de Goede <hansg@kernel.org>

Regards,

Hans


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array
  2025-07-07  6:24 [PATCH] platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array Kurt Borja
  2025-07-07 11:38 ` Hans de Goede
@ 2025-07-07 12:59 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2025-07-07 12:59 UTC (permalink / raw)
  To: Hans de Goede, Armin Wolf, Mario Limonciello, Kurt Borja
  Cc: platform-driver-x86, Dell.Client.Kernel, linux-kernel, stable

On Mon, 07 Jul 2025 03:24:05 -0300, Kurt Borja wrote:

> Add missing empty member to `awcc_dmi_table`.
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array
      commit: 8346c6af27f1c1410eb314f4be5875fdf1579a10

--
 i.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-07 13:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-07  6:24 [PATCH] platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array Kurt Borja
2025-07-07 11:38 ` Hans de Goede
2025-07-07 12:59 ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®