]> xenbits.xensource.com Git - people/aperard/linux-chromebook.git/commitdiff
CHROMIUM: drm/i915: Propermy terminate DMI list
authorStéphane Marchesin <marcheu@chromium.org>
Tue, 13 Nov 2012 19:21:59 +0000 (11:21 -0800)
committerGerrit <chrome-bot@google.com>
Tue, 13 Nov 2012 23:19:12 +0000 (15:19 -0800)
Not sure why this wasn't triggered by our testing, but
Intel reports that they had the issue.

BUG=chromium-os:36276
TEST=by hand

Change-Id: Iad63bca07eab05e750bb165387f028e1dbf3de54
Reviewed-on: https://gerrit.chromium.org/gerrit/37921
Reviewed-by: Stuart Abercrombie <sabercrombie@chromium.org>
Reviewed-by: Russell Webb <russell.webb@intel.com>
Tested-by: Russell Webb <russell.webb@intel.com>
Reviewed-by: Olof Johansson <olofj@chromium.org>
Commit-Ready: Stéphane Marchesin <marcheu@chromium.org>

drivers/gpu/drm/i915/intel_panel.c

index 68dea0e2991f66260bd5a3519467ad15b011a926..194c1da18b008f0453a48b832d3c71c02508a75a 100644 (file)
@@ -321,6 +321,7 @@ static const struct dmi_system_id link_dmi_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Link"),
                },
        },
+       { }
 };
 
 static void intel_panel_init_backlight(struct drm_device *dev)