Skip to content

Commit

Permalink
Staging: lustre: brw_test.c: remove unneeded return statement
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Achille Aknin authored and Greg Kroah-Hartman committed Apr 3, 2015
1 parent e9ab674 commit b311eba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/lustre/lnet/selftest/brw_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ brw_fill_page(struct page *pg, int pattern, __u64 magic)
}

LBUG();
return;
}

static int
Expand Down

0 comments on commit b311eba

Please sign in to comment.