[PATCH] drm/gma500: remove helper function

2016-02-08 Thread Daniel Vetter
On Sat, Feb 06, 2016 at 06:09:13PM +0100, Patrik Jakobsson wrote: > On Tue, Feb 2, 2016 at 7:05 AM, Sudip Mukherjee > wrote: > > We were getting build warning about: > > drivers/gpu/drm/gma500/mdfld_dsi_output.c:407:2: warning: initialization > > from incompatible pointer type > > > > The

[PATCH] drm/gma500: remove helper function

2016-02-06 Thread Patrik Jakobsson
On Tue, Feb 2, 2016 at 7:05 AM, Sudip Mukherjee wrote: > We were getting build warning about: > drivers/gpu/drm/gma500/mdfld_dsi_output.c:407:2: warning: initialization > from incompatible pointer type > > The callback to dpms was pointing to a helper function which had a > return type of

[PATCH] drm/gma500: remove helper function

2016-02-02 Thread Sudip Mukherjee
We were getting build warning about: drivers/gpu/drm/gma500/mdfld_dsi_output.c:407:2: warning: initialization from incompatible pointer type The callback to dpms was pointing to a helper function which had a return type of void, whereas the callback should point to a function which has a