pm: device: fsm_state -> state

Rename state variable.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2021-05-06 15:57:45 -07:00 committed by Anas Nashif
commit c7f5270a01
3 changed files with 12 additions and 12 deletions

View file

@ -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 */