linux-stable/drivers/gpu/drm/i2c
Luc Van Oostenryck f555828ed9 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
2018-04-25 09:38:57 +02:00
..
ch7006_drv.c drm: i2c: ch7006: constify i2c_device_id 2017-08-22 08:29:10 +02:00
ch7006_mode.c
ch7006_priv.h
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
sil164_drv.c drm/i2c/sil164: Remove duplicate NULL check 2018-01-18 16:24:38 +02:00
tda998x_drv.c drm/i2c: tda998x: fix mode_valid's return type 2018-04-25 09:38:57 +02:00