drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Reported-by: Philipp Kohlbecher <xt28@gmx.de>
Signed-off-by: Eric Anholt <eric@anholt.net>

authored by Zhao Yakui and committed by Eric Anholt f034b12d 2dd87383

+1 -1
+1 -1
drivers/gpu/drm/i915/intel_lvds.c
··· 611 611 { 612 612 .ident = "Samsung SX20S", 613 613 .matches = { 614 - DMI_MATCH(DMI_SYS_VENDOR, "Phoenix Technologies LTD"), 614 + DMI_MATCH(DMI_SYS_VENDOR, "Samsung Electronics"), 615 615 DMI_MATCH(DMI_BOARD_NAME, "SX20S"), 616 616 }, 617 617 },