commit | 52fa38327b39f1d307447023a8eea1f7b7ca0039 | [log] [tgz] |
---|---|---|
author | Perry Hung <perry@leaflabs.com> | Fri Jul 24 19:02:30 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Fri Jul 24 16:39:58 2015 -0700 |
tree | b98b3246ab3ccf1312ecced24bb58d86ab26c6ae | |
parent | e619e8505b66229fdf2735ac00891d340111b0a8 [diff] |
greybus: connection: silence warning on unbound protocols If a protocol was not successfully created, we can't drop the refcount on it. This might happen for example if the connection fails to bind a protocol. Silences a warning on cleanup. Signed-off-by: Perry Hung <perry@leaflabs.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>