summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJunlin Yang <yangjunlin@yulong.com>2021-03-12 10:14:45 +0300
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2021-03-17 14:59:23 +0300
commit6909115442759efef3d4bc5d9c54d7943f1afc14 (patch)
tree0998ef1579b1b6da1601e4e2c7bf2caa2028a6b1 /include
parent6c5403173a13a08ff61dbdafa4c0ed4a9dedbfe0 (diff)
downloadlinux-6909115442759efef3d4bc5d9c54d7943f1afc14.tar.xz
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