summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaeseok Youn <daeseok.youn@gmail.com>2017-03-21 11:12:57 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-21 08:39:58 +0100
commit435ec8afa59e28b4bcf2933da86b2c32fa326f8c (patch)
treecaedd0831446b77cffc4563449d66eb64dc34357 /tools
parent00987f507c865269f69c49b56f7f8f2aad19f2ad (diff)
downloadcachepc-linux-435ec8afa59e28b4bcf2933da86b2c32fa326f8c.tar.gz
cachepc-linux-435ec8afa59e28b4bcf2933da86b2c32fa326f8c.zip
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 <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions