diff options
| author | Junlin Yang <[email protected]> | 2021-03-12 15:14:45 +0800 |
|---|---|---|
| committer | Tomi Valkeinen <[email protected]> | 2021-03-17 13:59:23 +0200 |
| commit | 6909115442759efef3d4bc5d9c54d7943f1afc14 (patch) | |
| tree | 0998ef1579b1b6da1601e4e2c7bf2caa2028a6b1 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
| parent | 6c5403173a13a08ff61dbdafa4c0ed4a9dedbfe0 (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 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
0 files changed, 0 insertions, 0 deletions