[PATCH] drm/gma500: remove unnecessary stub for fb_ioctl()

2016-07-28 Thread Daniel Vetter
On Wed, Jul 27, 2016 at 02:24:30PM +0200, Stefan Christ wrote: > Stub implementation of fb_ioctl can be omitted, because function > do_fb_ioctl already returns -ENOTTY when fb_ioctl is not assigned. > > Signed-off-by: Stefan Christ Applied to drm-misc, thanks. -Daniel > --- >

[PATCH] drm/gma500: remove unnecessary stub for fb_ioctl()

2016-07-27 Thread Stefan Christ
Stub implementation of fb_ioctl can be omitted, because function do_fb_ioctl already returns -ENOTTY when fb_ioctl is not assigned. Signed-off-by: Stefan Christ --- drivers/gpu/drm/gma500/framebuffer.c | 9 - 1 file changed, 9 deletions(-) diff --git