From: Tina Ruchandani Date: Sat, 25 Oct 2014 23:35:49 +0000 (-0700) Subject: Staging: lustre: llite: Simplify error handling X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~914 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c650ba7377ad3602b3fad8651ceeec8a20b74b17;p=pandora-kernel.git 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 Suggested-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed