Staging: lustre: llite: Simplify error handling
authorTina Ruchandani <ruchandani.tina@gmail.com>
Sat, 25 Oct 2014 23:35:49 +0000 (16:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 10:55:00 +0000 (18:55 +0800)
commitc650ba7377ad3602b3fad8651ceeec8a20b74b17
tree63af330c8a4c63e66378521bc8a0f6d813fec2e5
parentf526b20adf27f0a78c643b3fd7c4efc9687d313e
Staging: lustre: llite: Simplify error handling

This patch fixes the following checkpatch error:
ERROR: do not use assignment in if condition
2172: FILE: drivers/staging/lustre/lustre/llite/llite_lib.c:2172:
        if (!inode || !(sbi = ll_i2sbi(inode))) {

Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Suggested-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_lib.c