diff options
author | 2018-04-24 15:15:21 +0200 | |
---|---|---|
committer | 2018-04-25 09:38:57 +0200 | |
commit | f555828ed98cb6da94facf83ec75f7581f5ac2e3 (patch) | |
tree | 3031df58aca9d6d1788596f75db02ffb6e2bde71 /lib/test_overflow.c | |
parent | drm/qxl: fix mode_valid's return type (diff) | |
download | linux-dev-f555828ed98cb6da94facf83ec75f7581f5ac2e3.tar.xz linux-dev-f555828ed98cb6da94facf83ec75f7581f5ac2e3.zip |
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 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions