aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorJunlin Yang <[email protected]>2021-03-12 15:14:45 +0800
committerTomi Valkeinen <[email protected]>2021-03-17 13:59:23 +0200
commit6909115442759efef3d4bc5d9c54d7943f1afc14 (patch)
tree0998ef1579b1b6da1601e4e2c7bf2caa2028a6b1 /scripts/gdb/linux/tasks.py
parent6c5403173a13a08ff61dbdafa4c0ed4a9dedbfe0 (diff)
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 <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions