pm: device: fsm_state -> state
Rename state variable. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
4ce32edb76
commit
c7f5270a01
3 changed files with 12 additions and 12 deletions
|
@ -96,7 +96,7 @@ struct pm_device {
|
|||
/** Device usage count */
|
||||
atomic_t usage;
|
||||
/** Device idle internal power state */
|
||||
atomic_t fsm_state;
|
||||
atomic_t state;
|
||||
/** Work object for asynchronous calls */
|
||||
struct k_work_delayable work;
|
||||
/** Event conditional var to listen to the sync request events */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue