diff options
author | Nathan Huckleberry <nhuck@google.com> | 2022-09-13 23:55:55 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-09-14 11:42:41 +0300 |
commit | b0b9408f132623dc88e78adb5282f74e4b64bb57 (patch) | |
tree | 6d94f61fb3b91d3a9452d4502977d5790991113c /drivers/gpu/drm/panel/panel-simple.c | |
parent | 35b513a74eabf09bd718e04fd9e62b09c022807f (diff) | |
download | linux-b0b9408f132623dc88e78adb5282f74e4b64bb57.tar.xz |
drm/rockchip: Fix return type of cdn_dp_connector_mode_valid
The mode_valid field in drm_connector_helper_funcs is expected to be of
type:
enum drm_mode_status (* mode_valid) (struct drm_connector *connector,
struct drm_display_mode *mode);
The mismatched return type breaks forward edge kCFI since the underlying
function definition does not match the function hook definition.
The return type of cdn_dp_connector_mode_valid should be changed from
int to enum drm_mode_status.
Reported-by: Dan Carpenter <error27@gmail.com>
Link: https://github.com/ClangBuiltLinux/linux/issues/1703
Cc: llvm@lists.linux.dev
Signed-off-by: Nathan Huckleberry <nhuck@google.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220913205555.155149-1-nhuck@google.com
Diffstat (limited to 'drivers/gpu/drm/panel/panel-simple.c')
0 files changed, 0 insertions, 0 deletions