mirror of https://github.com/thesofproject/sof.git
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:
parent
f3163c958a
commit
e2e3ed3fd8
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue