[PATCH] drm/gma500: Make mdfld_dsi_connector_dpms() return a value

2016-03-08 Thread Daniel Wagner
On 03/05/2016 02:54 PM, Ingo Molnar wrote: > > * Ingo Molnar wrote: > >> as we have this in Makefile: >> >> # enforce correct pointer usage >> KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types) > > Sorry, never mind - this is a recent commit that is not upstream. > > So

[PATCH] drm/gma500: Make mdfld_dsi_connector_dpms() return a value

2016-03-05 Thread Ingo Molnar
* Ingo Molnar wrote: > as we have this in Makefile: > > # enforce correct pointer usage > KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types) Sorry, never mind - this is a recent commit that is not upstream. So there's no upstream build regression. Thanks,

[PATCH] drm/gma500: Make mdfld_dsi_connector_dpms() return a value

2016-03-05 Thread Ingo Molnar
* Patrik Jakobsson wrote: > Hi Daniel, > > A patch to fix this is already merged into drm-misc: > > commit db9b60400f9253c25ae639797df2d0ff7a35d9d8 > Author: Sudip Mukherjee > Date: Tue Feb 2 11:35:55 2016 +0530 > > drm/gma500: remove helper function > > We were getting build

[PATCH] drm/gma500: Make mdfld_dsi_connector_dpms() return a value

2016-02-25 Thread Patrik Jakobsson
Hi Daniel, A patch to fix this is already merged into drm-misc: commit db9b60400f9253c25ae639797df2d0ff7a35d9d8 Author: Sudip Mukherjee Date: Tue Feb 2 11:35:55 2016 +0530 drm/gma500: remove helper function We were getting build warning about:

[PATCH] drm/gma500: Make mdfld_dsi_connector_dpms() return a value

2016-02-18 Thread Daniel Wagner
9a69a9ac20f7 ("drm: Make the connector dpms callback return a value, v2.") wants mdfld_dsi_connector_dpms to return a value. This fixes also a new gcc 5.2 warning: drivers/gpu/drm/gma500/mdfld_dsi_output.c:407:39: warning: initialization from incompatible pointer type