diff options
author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-04-24 15:15:21 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-04-25 09:38:57 +0200 |
commit | f555828ed98cb6da94facf83ec75f7581f5ac2e3 (patch) | |
tree | 3031df58aca9d6d1788596f75db02ffb6e2bde71 /drivers/gpu/drm/vc4/vc4_plane.c | |
parent | e0d92e1668a81b2f010eb11649df9a90faee8294 (diff) | |
download | linux-f555828ed98cb6da94facf83ec75f7581f5ac2e3.tar.gz |
drm/i2c: tda998x: 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/20180424131522.2460-1-luc.vanoostenryck@gmail.com
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_plane.c')
0 files changed, 0 insertions, 0 deletions