Files
linux/drivers/gpu/drm/gma500
Luc Van Oostenryck 2ea009095c drm/gma500: fix psb_intel_lvds_mode_valid()'s return type
The method struct drm_connector_helper_funcs::mode_valid is defined
as returning an 'enum drm_mode_status' but the driver implementation
for this method, psb_intel_lvds_mode_valid(), uses an 'int' for it.

Fix this by using 'enum drm_mode_status' for psb_intel_lvds_mode_valid().

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20180424131458.2060-1-luc.vanoostenryck@gmail.com
2018-04-25 09:38:37 +02:00
..
2016-12-15 14:55:33 +02:00
2017-05-08 17:15:14 -07:00
2014-09-24 11:43:41 +10:00
2017-10-30 11:21:55 +01:00
2016-12-15 14:55:34 +02:00
2016-01-04 07:57:38 +01:00
2013-04-07 17:09:34 +02:00