commit | e0a7f1f04cd9bb13df7503ba7156ff0a37c9f460 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Wed Oct 28 14:41:40 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 03 16:32:59 2016 -0800 |
tree | 79bba5716874a0570db82cd2ca4f2bc8da45a86e | |
parent | e732b93c3276548bfa903d79c2083b2c8dc552af [diff] |
parport: avoid assignment in if It is not an usual practise to assign some value to a variable in the if test condition. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>