]> git.baikalelectronics.ru Git - kernel.git/commit
staging: i4l: act2000: do not assign in if
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Sat, 30 Apr 2016 21:33:03 +0000 (22:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 May 2016 21:33:34 +0000 (14:33 -0700)
commite03053e5bb2d782c154c64fe9e979a1a2e6422e2
tree116dfd9b206ff1c7905e05a47972f5d8d7ba8354
parente205b1cb6b34e5cba4b8f5aba238d59bd037cda2
staging: i4l: act2000: do not assign in if

It is not the kernel coding style to assign values to some variable in
if statement. Split them up into different statements.

Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/i4l/act2000/act2000_isa.c