Files
linux/drivers
Luc Van Oostenryck cab5ec8da3 drm/radeon: fix mode_valid's return type
[ Upstream commit 7a47f20eb1 ]

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 uses an 'int' for it.

Fix this by using 'enum drm_mode_status' in the driver too.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-08-03 07:55:21 +02:00
..
2018-07-22 14:27:36 +02:00
2018-06-16 09:52:33 +02:00
2018-07-17 11:37:53 +02:00
2018-02-25 11:05:55 +01:00
2018-06-13 16:16:42 +02:00
2018-07-25 11:24:01 +02:00