We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9d455 commit 91e16f1Copy full SHA for 91e16f1
include/zephyr/device.h
@@ -1019,7 +1019,7 @@ device_get_dt_nodelabels(const struct device *dev)
1019
.state = (state_), \
1020
.data = (data_), \
1021
IF_ENABLED(CONFIG_DEVICE_DEPS, (.deps = (deps_),)) /**/ \
1022
- IF_ENABLED(CONFIG_PM_DEVICE, ({ .pm_base = (pm_),})) /**/ \
+ IF_ENABLED(CONFIG_PM_DEVICE, ({ .pm_base = (pm_),},)) /**/ \
1023
IF_ENABLED(CONFIG_DEVICE_DT_METADATA, \
1024
(.dt_meta = &Z_DEVICE_DT_METADATA_NAME_GET(dev_id_),)) \
1025
}
0 commit comments