]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb63afd919cf058a105e683302fd0265e67030354
tree1ba13e1d962673407dada6ec73d20ea1cd9c42ef
parentebfd5ab94085978857618020153e24a52a32975d
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