pm: Rename pm_power_state_force
Aligning with the rest of PM API, replace pm_power_state_force with pm_state_force. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
89fee61b43
commit
6142fcb8ba
5 changed files with 5 additions and 5 deletions
|
@ -118,5 +118,5 @@ void main(void)
|
|||
|
||||
printk("Device shutdown\n");
|
||||
|
||||
pm_power_state_force(0u, &(struct pm_state_info){PM_STATE_SOFT_OFF, 0, 0});
|
||||
pm_state_force(0u, &(struct pm_state_info){PM_STATE_SOFT_OFF, 0, 0});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue