commit | 5e10e77b69307689c375c7a8990b9426777228e3 | [log] [tgz] |
---|---|---|
author | Kieran Mackey <kieran.mackey@lairdconnect.com> | Thu May 13 16:36:53 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 13 22:04:14 2021 -0400 |
tree | 7b68c8948df79abdf390bd47db95fde7f6290fc2 | |
parent | 3e369f935c450a22c5b8a6c52634aa959353b5c7 [diff] |
drivers: dac: mcp4725: remove usage of device_pm_control_nop Fixes issue #35263 Signed-off-by: Kieran Mackey <kieran.mackey@lairdconnect.com>
diff --git a/drivers/dac/dac_mcp4725.c b/drivers/dac/dac_mcp4725.c index 15a88ae..0de3e1d 100644 --- a/drivers/dac/dac_mcp4725.c +++ b/drivers/dac/dac_mcp4725.c
@@ -139,7 +139,7 @@ }; \ \ DEVICE_DT_INST_DEFINE(index, dac_mcp4725_init, \ - device_pm_control_nop, \ + NULL, \ NULL, \ &mcp4725_config_##index, POST_KERNEL, \ CONFIG_DAC_MCP4725_INIT_PRIORITY, \