diff options
author | Marcelo Diop-Gonzalez <marcgonzalez@google.com> | 2020-02-12 13:43:33 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-02-12 13:40:44 -0800 |
commit | a2203cfe0d847ea3a84c75ccfdd600e92d9c5e62 (patch) | |
tree | 21a27064d64039d3f2796ec2316e55421b623316 /kernel/module.c | |
parent | 3c27a36f2711880de5e6629fbba71bfdbbf47ceb (diff) |
staging: vc04_services: don't increment service refcount when it's not needed
There are a few places where a service's reference count is incremented,
something quick is done, and the refcount is dropped. This can be made
a little simpler/faster by not grabbing a reference in these cases.
Signed-off-by: Marcelo Diop-Gonzalez <marcgonzalez@google.com>
Link: https://lore.kernel.org/r/ac6186ac888f1acf489b5b504efcba8b0d6a8b25.1581532523.git.marcgonzalez@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/module.c')
0 files changed, 0 insertions, 0 deletions