commit | b93ad9a067e1515af42da7d56bc61f1a25075f94 | [log] [tgz] |
---|---|---|
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | Tue Jun 27 17:41:22 2017 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 29 16:38:52 2017 +0200 |
tree | b06380dcbf4b74bb5e6a422de9836973a9c9f631 | |
parent | 714cc27d41b5676257e6b23851ff4afacf395883 [diff] |
staging: fsl-mc: be consistent when checking strcmp() return Stick to one way of checking the return code of strcmp(): use '!'. This was suggested in a review comment. Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>