diff options
| author | Sylwester Nawrocki <[email protected]> | 2017-12-12 12:20:37 +0100 |
|---|---|---|
| committer | Archit Taneja <[email protected]> | 2018-01-09 16:16:55 +0530 |
| commit | c4712f27be5159819a735d7d294103040cf60477 (patch) | |
| tree | 522ec7a95d0970c992ad33a951e2d343afe02ff1 /tools/perf/scripts/python | |
| parent | a1c55bccf6004ec9fbcf892328f9658767aa22bb (diff) | |
drm/bridge: analogix: Remove unreachable code from analogic_dp_core.c
This patch removes an unreachable code found by the SVACE static
analysis:
UNREACHABLE_CODE: This statement in the source code might be unreachable
during program execution.
[unreachable] unreachable at drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:787
retval != 0 is always false because at this program point the variable retval
is always equal to 0 at drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:786
Signed-off-by: Sylwester Nawrocki <[email protected]>
Signed-off-by: Archit Taneja <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions