summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/wma/src/wma_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/wma/src/wma_features.c b/core/wma/src/wma_features.c
index 689851376a1d..031d9c58e4a7 100644
--- a/core/wma/src/wma_features.c
+++ b/core/wma/src/wma_features.c
@@ -6457,7 +6457,7 @@ int wma_runtime_suspend(void)
int wma_bus_suspend(void)
{
- return __wma_bus_suspend(CDF_RUNTIME_SUSPEND);
+ return __wma_bus_suspend(CDF_SYSTEM_SUSPEND);
}
/**