aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorDaeseok Youn <[email protected]>2017-03-21 11:12:57 +0900
committerGreg Kroah-Hartman <[email protected]>2017-03-21 08:39:58 +0100
commit435ec8afa59e28b4bcf2933da86b2c32fa326f8c (patch)
treecaedd0831446b77cffc4563449d66eb64dc34357 /tools/perf/scripts/python/net_dropmonitor.py
parent00987f507c865269f69c49b56f7f8f2aad19f2ad (diff)
staging: atomisp: remove useless condition in if-statements
The css_pipe_id was checked with 'CSS_PIPE_ID_COPY' in previous if- statement. In this case, if the css_pipe_id equals to 'CSS_PIPE_ID_COPY', it could not enter the next if-statement. But the "next" if-statement has the condition to check whether the css_pipe_id equals to 'CSS_PIPE_ID_COPY' or not. It should be removed. Signed-off-by: Daeseok Youn <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions