diff options
author | Achille Aknin <achille.aknin@ens.fr> | 2015-04-02 16:12:04 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-04-03 11:07:31 +0200 |
commit | b311ebac5babac7ce2b11e35a1462815580324b8 (patch) | |
tree | 3bde939d9b9e391603e054a1236012ed49026c75 /drivers/staging/lustre/lnet | |
parent | e9ab674e23872f5c13fa0ccb531c6bc52741d23a (diff) |
Staging: lustre: brw_test.c: remove unneeded return statement
Remove an unneeded return statement in this file
Signed-off-by: Achille Aknin <achille.aknin@ens.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lnet')
-rw-r--r-- | drivers/staging/lustre/lnet/selftest/brw_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/selftest/brw_test.c b/drivers/staging/lustre/lnet/selftest/brw_test.c index 463da076fa70..658f4584fff8 100644 --- a/drivers/staging/lustre/lnet/selftest/brw_test.c +++ b/drivers/staging/lustre/lnet/selftest/brw_test.c @@ -175,7 +175,6 @@ brw_fill_page(struct page *pg, int pattern, __u64 magic) } LBUG(); - return; } static int |