diff options
author | Junlin Yang <yangjunlin@yulong.com> | 2021-03-12 15:14:45 +0800 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2021-03-17 13:59:23 +0200 |
commit | 6909115442759efef3d4bc5d9c54d7943f1afc14 (patch) | |
tree | 0998ef1579b1b6da1601e4e2c7bf2caa2028a6b1 /include | |
parent | 6c5403173a13a08ff61dbdafa4c0ed4a9dedbfe0 (diff) | |
download | linux-6909115442759efef3d4bc5d9c54d7943f1afc14.tar.bz2 |
drm/omap: dsi: fix unsigned expression compared with zero
r is "u32" always >= 0,mipi_dsi_create_packet may return little than zero.
so r < 0 condition is never accessible.
Fixes coccicheck warnings:
./drivers/gpu/drm/omapdrm/dss/dsi.c:2155:5-6:
WARNING: Unsigned expression compared with zero: r < 0
Signed-off-by: Junlin Yang <yangjunlin@yulong.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210312071445.1721-1-angkery@163.com
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions