Skip to content

Commit 096486e

Browse files
Nik A. Melchiorlenb
authored andcommitted
ACPI video: fix string mismatch for Sony SR290 laptop
Fix string mismatch for Sony SR290 laptop. https://bugzilla.kernel.org/show_bug.cgi?id=12904#c45 Signed-off-by: Nik A. Melchior <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent 4b1b29b commit 096486e

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)