[LUCID PATCH] fix build break due to missing {

Manoj Iyer manoj.iyer at canonical.com
Thu Mar 4 05:49:19 UTC 2010


A missing { was causing a build failure on Lucid, not sure how apw wants 
this handled....

diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
index 4d508d7..119c74f 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -629,6 +629,7 @@ static const struct dmi_system_id bad_lid_status[] = {
  			DMI_MATCH(DMI_PRODUCT_NAME, "PC-81005"),
  		},
  	},
+	{
  		.matches = {
  			DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
  			DMI_MATCH(DMI_PRODUCT_NAME, "VGN-BX196VP"),


Cheers
--- manjo




More information about the kernel-team mailing list