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:
David Leach 2021-12-13 23:49:23 -06:00 committed by Maureen Helm
commit 5e36939664

View file

@ -172,7 +172,7 @@ struct pm_device {
/**
* 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 pm_action_cb PM control callback.
*/