pm: device: fix comment reference to DT_INVALID_NODE
Comment block for Z_PM_DEVICE_DEFINE had an incorrect reference to DT_INVALID_NODE. Using DT_NODE_INVALID which isn't defined. Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
parent
9bf4fcb673
commit
5e36939664
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ struct pm_device {
|
||||||
/**
|
/**
|
||||||
* Define device PM resources for the given node identifier.
|
* Define device PM resources for the given node identifier.
|
||||||
*
|
*
|
||||||
* @param node_id Node identifier (DT_NODE_INVALID if not a DT device).
|
* @param node_id Node identifier (DT_INVALID_NODE if not a DT device).
|
||||||
* @param dev_name Device name.
|
* @param dev_name Device name.
|
||||||
* @param pm_action_cb PM control callback.
|
* @param pm_action_cb PM control callback.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue