commit | 4f9bc53fdcaa5048fede01c4c5a760f7d38caaba | [log] [tgz] |
---|---|---|
author | Pan Bian <bianpan2016@163.com> | Sat Dec 03 20:52:55 2016 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 06 10:41:03 2016 +0100 |
tree | 4c5c66da6743ceae6270d2936d18ff8d0d1860d8 | |
parent | 17037fbd56b04c47ba06ef9833227d1a7eeb6861 [diff] |
staging: lustre: lnet: fix improper return value At the end of function lstcon_group_info(), "return 0" seems improper. It may be better to return the value of rc. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188811 Signed-off-by: Pan Bian <bianpan2016@163.com> Acked-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>