OpenCloudOS-Kernel/drivers/gpu/drm/sun4i
Markus Elfring 29d79ede4e GPU-DRM-sun4i: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()
The drm_fbdev_cma_hotplug_event() function tests whether its argument
is NULL and then returns immediately.
Thus the test around the call is not needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/cd959d92-f7d9-598c-421f-d3f40bedee10@users.sourceforge.net
2016-07-20 19:47:35 +02:00
..
Kconfig drm/sun4i: add COMMON_CLK dependency 2016-05-30 08:28:33 +02:00
Makefile drm: sun4i: Add composite output 2016-04-28 10:30:05 +02:00
sun4i_backend.c drm: sun4i: print DMA address correctly 2016-05-30 08:28:33 +02:00
sun4i_backend.h
sun4i_crtc.c drm/sun4i: Implement some semblance of vblank event handling 2016-06-10 16:55:48 +02:00
sun4i_crtc.h
sun4i_dotclock.c drm/sun4i: request exact rates to our parents 2016-05-30 08:28:33 +02:00
sun4i_dotclock.h
sun4i_drv.c drm/sun4i: Remove redundant call to drm_connector_unregister_all() 2016-07-19 10:04:34 +02:00
sun4i_drv.h
sun4i_framebuffer.c GPU-DRM-sun4i: Delete an unnecessary check before drm_fbdev_cma_hotplug_event() 2016-07-20 19:47:35 +02:00
sun4i_framebuffer.h
sun4i_layer.c
sun4i_layer.h
sun4i_rgb.c Linux 4.7-rc5 2016-07-02 15:56:01 +10:00
sun4i_rgb.h
sun4i_tcon.c drm: sun4i: do cleanup if RGB output init fails 2016-05-30 08:28:33 +02:00
sun4i_tcon.h
sun4i_tv.c drm: sun4i: Rely on the default ->best_encoder() behavior 2016-06-10 17:24:44 +02:00