On Tue, Nov 13, 2018 at 3:55 PM Vadim Pasternak <vadimp@xxxxxxxxxxxx> wrote: > > Rename product names for next generation systems QMB7, SN37, SN34 to > respectively MQMB7, MSN37, MSN34. > Wait, do we have the old names still present in the wild? > Signed-off-by: Vadim Pasternak <vadimp@xxxxxxxxxxxx> > --- > drivers/platform/x86/mlx-platform.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/platform/x86/mlx-platform.c b/drivers/platform/x86/mlx-platform.c > index 63edab5..cdf4498 100644 > --- a/drivers/platform/x86/mlx-platform.c > +++ b/drivers/platform/x86/mlx-platform.c > @@ -1508,21 +1508,21 @@ static const struct dmi_system_id mlxplat_dmi_table[] __initconst = { > .callback = mlxplat_dmi_qmb7xx_matched, > .matches = { > DMI_MATCH(DMI_BOARD_VENDOR, "Mellanox Technologies"), > - DMI_MATCH(DMI_PRODUCT_NAME, "QMB7"), > + DMI_MATCH(DMI_PRODUCT_NAME, "MQM87"), > }, > }, > { > .callback = mlxplat_dmi_qmb7xx_matched, > .matches = { > DMI_MATCH(DMI_BOARD_VENDOR, "Mellanox Technologies"), > - DMI_MATCH(DMI_PRODUCT_NAME, "SN37"), > + DMI_MATCH(DMI_PRODUCT_NAME, "MSN37"), > }, > }, > { > .callback = mlxplat_dmi_qmb7xx_matched, > .matches = { > DMI_MATCH(DMI_BOARD_VENDOR, "Mellanox Technologies"), > - DMI_MATCH(DMI_PRODUCT_NAME, "SN34"), > + DMI_MATCH(DMI_PRODUCT_NAME, "MSN34"), > }, > }, > { > -- > 2.1.4 > -- With Best Regards, Andy Shevchenko