Staging: lustre: mdc_locks: Remove extra test expression
authorShivani Bhardwaj <shivanib134@gmail.com>
Thu, 15 Oct 2015 14:16:06 +0000 (19:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:34:06 +0000 (22:34 -0700)
commita3aa95f887f5816c4832f108b2fa4e5f2dba3e11
tree1ba13e1d962673407dada6ec73d20ea1cd9c42ef
parent83d6b8fee71f66ac2c55b98053be53aa3251e8fa
Staging: lustre: mdc_locks: Remove extra test expression

struct it is already NULL tested before so, it should be removed from
the if test expression.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/mdc/mdc_locks.c