[LUCID PATCH] fix build break due to missing {

Andy Whitcroft apw at canonical.com
Thu Mar 4 09:24:00 UTC 2010


On Wed, Mar 03, 2010 at 11:49:19PM -0600, Manoj Iyer wrote:
> 
> 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"),

Sorry a miss merge by me, I had already fixed it in my tree but failed
to push it out.

Fixed.

-apw




More information about the kernel-team mailing list