[PATCH] drm/fb-helper: Return correct type to match drm_fb_helper_debug_enter() prototype

2014-06-19 Thread Liu Ying
On 06/19/2014 03:01 PM, Daniel Vetter wrote: > On Thu, Jun 19, 2014 at 10:50:31AM +0800, Liu Ying wrote: >> The return type of drm_fb_helper_debug_enter() is int, so we should return >> '0' >> instead of 'false'. >> >> Signed-off-by: Liu Ying >> --- >> drivers/gpu/drm/drm_fb_helper.c |2 +-

[PATCH] drm/fb-helper: Return correct type to match drm_fb_helper_debug_enter() prototype

2014-06-19 Thread Liu Ying
The return type of drm_fb_helper_debug_enter() is int, so we should return '0' instead of 'false'. Signed-off-by: Liu Ying --- drivers/gpu/drm/drm_fb_helper.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c

[PATCH] drm/fb-helper: Return correct type to match drm_fb_helper_debug_enter() prototype

2014-06-19 Thread Daniel Vetter
On Thu, Jun 19, 2014 at 10:50:31AM +0800, Liu Ying wrote: > The return type of drm_fb_helper_debug_enter() is int, so we should return '0' > instead of 'false'. > > Signed-off-by: Liu Ying > --- > drivers/gpu/drm/drm_fb_helper.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >