Skip to content

Commit be48b11

Browse files
committed
Merge branch 'bugzilla-102904-workaround' into release
2 parents 27568d8 + 096486e commit be48b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/blacklist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
214214
.ident = "Sony VGN-SR290J",
215215
.matches = {
216216
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
217-
DMI_MATCH(DMI_PRODUCT_NAME, "Sony VGN-SR290J"),
217+
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-SR290J"),
218218
},
219219
},
220220
{

0 commit comments

Comments
 (0)