commit | 360a63c850e61f4415036ade414479c4ad204764 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Sat Apr 30 22:33:03 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 01 14:33:34 2016 -0700 |
tree | 116dfd9b206ff1c7905e05a47972f5d8d7ba8354 | |
parent | 2c78f701a4bb61ec3495cccf445ef9282e115927 [diff] |
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>