commit | 16d25ea09404a5b4a732a913557de8860fe940c8 | [log] [tgz] |
---|---|---|
author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | Tue Apr 24 15:15:24 2018 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Apr 25 10:21:19 2018 +0200 |
tree | 4bf0dfbf03908ea059e2ed96464df523ddcf256a | |
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 <luc.vanoostenryck@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20180424131524.2510-1-luc.vanoostenryck@gmail.com Link: https://patchwork.freedesktop.org/patch/msgid/20180424131515.2360-1-luc.vanoostenryck@gmail.com Cc: David Airlie <airlied@linux.ie> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: virtualization@lists.linux-foundation.org