sof: spinlock: Fix trace_lock_value macro

_trace_error_atomic doesn't exist, so this commit replaces it with
what was probably intended in the first place.

Signed-off-by: Paul Olaru <paul.olaru@nxp.com>
This commit is contained in:
Paul Olaru 2019-10-29 15:52:23 +02:00 committed by Janusz Jankowski
parent f3163c958a
commit e2e3ed3fd8
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
#define trace_lock(__e) trace_error_atomic(TRACE_CLASS_LOCK, __e)
#define tracev_lock(__e) tracev_event_atomic(TRACE_CLASS_LOCK, __e)
#define trace_lock_error(__e) trace_error_atomic(TRACE_CLASS_LOCK, __e)
#define trace_lock_value(__e) _trace_error_atomic(__e)
#define trace_lock_value(__e) trace_error_value_atomic(__e)
extern uint32_t lock_dbg_atomic;
extern uint32_t lock_dbg_user[DBG_LOCK_USERS];