Skip to content

Commit 8346c6a

Browse files
kuu-rtij-intel
authored andcommitted
platform/x86: alienware-wmi-wmax: Fix dmi_system_id array
Add missing empty member to `awcc_dmi_table`. Cc: stable@vger.kernel.org Fixes: 6d7f1b1 ("platform/x86: alienware-wmi: Split DMI table") Signed-off-by: Kurt Borja <kuurtb@gmail.com> Reviewed-by: Hans de Goede <hansg@kernel.org> Link: https://lore.kernel.org/r/20250707-dmi-fix-v1-1-6730835d824d@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 4f30f94 commit 8346c6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/platform/x86/dell/alienware-wmi-wmax.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
233233
},
234234
.driver_data = &g_series_quirks,
235235
},
236+
{}
236237
};
237238

238239
enum AWCC_GET_FAN_SENSORS_OPERATIONS {

0 commit comments

Comments
 (0)