2012-05-01 18:17:03

by Hartley Sweeten

[permalink] [raw]
Subject: linux-next: build failure after merge of drm-next tree

Hello Alan,

linux-next is getting a build failure:

drivers/gpu/drm/gma500/mdfld_device.c:675:30: error: Expected } at end of initializer
drivers/gpu/drm/gma500/mdfld_device.c:675:30: error: got ;
drivers/gpu/drm/gma500/mdfld_device.c:676:9: error: Expected ; at the end of type declaration
drivers/gpu/drm/gma500/mdfld_device.c:676:9: error: got .
drivers/gpu/drm/gma500/mdfld_device.c:677:9: error: Expected ; at the end of type declaration
drivers/gpu/drm/gma500/mdfld_device.c:677:9: error: got .
CC drivers/gpu/drm/gma500/mdfld_device.o
drivers/gpu/drm/gma500/mdfld_device.c:675: error: expected '}' before ';' token

Introduced by commit d235e64a4367ad3ff204309490c4325b4f89b25b
cdv: continue synching up with updated reference code

Regards,
Hartley


2012-05-01 20:09:23

by Alan

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of drm-next tree

On Tue, 1 May 2012 13:16:48 -0500
H Hartley Sweeten <[email protected]> wrote:

> Hello Alan,
>
> linux-next is getting a build failure:

Yep - and I was beaten to submitting the fix .. should be sorted once the
tree has percolated into -next.

Alan