diff options
author | Luc Van Oostenryck <[email protected]> | 2018-04-24 15:15:24 +0200 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2018-04-25 10:21:19 +0200 |
commit | 16d25ea09404a5b4a732a913557de8860fe940c8 (patch) | |
tree | 4bf0dfbf03908ea059e2ed96464df523ddcf256a /drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c | |
parent | f555828ed98cb6da94facf83ec75f7581f5ac2e3 (diff) |
drm/virtio: fix 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 uses an 'int' for it.
Fix this by using 'enum drm_mode_status' in the driver too.
Signed-off-by: Luc Van Oostenryck <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Cc: David Airlie <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: [email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c')
0 files changed, 0 insertions, 0 deletions