1
0
Fork 0

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>
hifive-unleashed-5.1
Alex Elder 2016-05-23 23:05:29 -05:00 committed by Greg Kroah-Hartman
parent bae7c69035
commit df732546ce
1 changed files with 1 additions and 1 deletions

View File

@ -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);