]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: libcfs: remove explicit test of NULL variable
authorJames Simmons <jsimmons@infradead.org>
Thu, 17 Nov 2016 19:35:42 +0000 (14:35 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Nov 2016 07:47:31 +0000 (08:47 +0100)
commitcf0d0f9665a28b043cc63ef85db29651e94d5f58
tree4221f34e82c47eac06eab09fff5c9f4c7bdec838
parent81385b37fa3937f7f1aacc9dd0073396f4264fea
staging: lustre: libcfs: remove explicit test of NULL variable

Remove != NULL which is not needed to test key existence.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/libcfs/libcfs_lock.c