summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_hostif.c
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2017-03-21 13:37:11 +1100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-21 08:56:07 +0100
commit1e765f318824b2f182dedb5e74e05b9f132e07ca (patch)
treeb33b4a08c6948c404ed7cadcc5e7593b607ad83f /drivers/staging/ks7010/ks_hostif.c
parentc133b9bd8ff18323f57859c5add3be9e872224c3 (diff)
downloadop-kernel-dev-1e765f318824b2f182dedb5e74e05b9f132e07ca.zip
op-kernel-dev-1e765f318824b2f182dedb5e74e05b9f132e07ca.tar.gz
staging: ks7010: remove zero comparison
Comparison, equal to zero, is redundant 'if (foo == 0)' is equal to 'if (!foo)' Typical kernel coding style is to use the shorter form. Remove unnecessary zero comparison. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ks7010/ks_hostif.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud