lib: os: Remove unneeded assignment
Remove assignment since it is duplicated at the end of do-while loop. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
9833ca61c9
commit
edc98394b1
@ -396,7 +396,6 @@ static void process_event(struct onoff_manager *mgr,
|
||||
|
||||
key = k_spin_lock(&mgr->lock);
|
||||
mgr->flags &= ~ONOFF_FLAG_PROCESSING;
|
||||
state = mgr->flags & ONOFF_STATE_MASK;
|
||||
}
|
||||
|
||||
/* Process deferred events. Completion takes priority
|
||||
|
||||
Loading…
Reference in New Issue
Block a user