commit | e2327678732d78c90dec024e0ba4c9b65ca9cdd2 | [log] [tgz] |
---|---|---|
author | Marcelo Diop-Gonzalez <marcgonzalez@google.com> | Thu Feb 13 14:40:01 2020 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 13 11:51:14 2020 -0800 |
tree | 29e4e0ec92af5a8a9ca452f26891ead1f0e76962 | |
parent | 8ef0c4f06432b5b2f4e32f37b81708eae1e20c8c [diff] |
staging: vc04_services: Fix wrong early return in next_service_by_instance() If kref_get_unless_zero() fails, we should keep looking for the next service, since the callers of this function expect that a NULL return value means there are no more. Signed-off-by: Marcelo Diop-Gonzalez <marcgonzalez@google.com> Link: https://lore.kernel.org/r/20200213194001.130110-1-marcgonzalez@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>