Staging: lustre: remove assignment in if conditions
authorJon Bernard <jbernard@tuxion.com>
Tue, 17 Sep 2013 01:27:55 +0000 (21:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Sep 2013 23:22:31 +0000 (16:22 -0700)
commit8afd983ce4a3e2efe513a131ef5ee4516ec2eb28
treeb765adacf9f47127ce6c017f926c0939152afafd
parentbef31c78041f3104a6ccf2cdba0825dc88a2d457
Staging: lustre: remove assignment in if conditions

This is a patch to lvfs_linux.c that removes the use of variable assignment
within an if condition found by checkpatch.pl.

Signed-off-by: Jon Bernard <jbernard@tuxion.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lvfs/lvfs_linux.c