Files
linux/drivers
Luc Van Oostenryck 6454349fa8 drm/gma500: fix psb_intel_lvds_mode_valid()'s return type
[ Upstream commit 2ea009095c ]

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
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-05-12 16:43:43 +09:00
..
2023-05-12 16:27:16 +09:00
2023-05-12 16:42:44 +09:00
2023-05-12 16:28:00 +09:00
2018-07-03 18:27:19 +02:00
2018-05-30 13:19:56 +02:00
2018-06-06 18:34:12 +02:00
2018-07-17 11:37:53 +02:00
2018-05-30 13:19:56 +02:00
2018-02-25 11:05:55 +01:00
2018-06-13 16:37:10 +02:00
2017-09-09 17:39:41 +02:00
2018-05-25 17:06:35 +02:00
2018-07-17 12:36:18 +02:00
2018-03-22 09:54:47 +01:00
2018-06-26 09:32:02 +08:00
2018-04-30 06:05:25 -07:00
2023-05-12 16:37:13 +09:00
2018-07-03 18:27:19 +02:00
2023-05-12 16:19:59 +09:00