]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: ldlm: Fix warning about unneeded return statement
authorAndreas Ruprecht <rupran@einserver.de>
Sun, 23 Nov 2014 13:37:53 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 20:50:27 +0000 (12:50 -0800)
commit53b7ca04f53f08212b3fa79dd92be04ba638f310
treeecfc9e6225821ccff27c67b018ce34d6dcfb4d10
parent6af2c1747f1e586b204b908a1735a30604cced14
staging: lustre: ldlm: Fix warning about unneeded return statement

checkpatch complains about an unneeded return statement in the
function search_granted_lock(), which is removed by this patch.

Signed-off-by: Andreas Ruprecht <rupran@einserver.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ldlm/ldlm_lock.c