greybus: tracing: fix a bad tracepoint
In gb_operation_put_active(), the wrong trace point is being called. Fix that. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
bae7c69035
commit
df732546ce
|
@ -72,7 +72,7 @@ static void gb_operation_put_active(struct gb_operation *operation)
|
|||
|
||||
spin_lock_irqsave(&connection->lock, flags);
|
||||
|
||||
trace_gb_operation_get_active(operation);
|
||||
trace_gb_operation_put_active(operation);
|
||||
|
||||
if (--operation->active == 0) {
|
||||
list_del(&operation->links);
|
||||
|
|
Loading…
Reference in New Issue