lib: utils/mpxy: logging: Use correct enum for enable notification

Logging file should be using its own enum and not others.

Fixes: 262571217c ("lib: utils/mpxy: Add RPMI MPXY driver for logging
service group")

Signed-off-by: Ranbir Singh <ranbir.singh@oss.qualcomm.com>
Reviewed-by: Rahul Pathak <rahul.pathak@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260724080920.1629065-3-ranbir.singh@oss.qualcomm.com
Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
Ranbir Singh
2026-08-20 13:11:05 +05:30
committed by Anup Patel
parent eb6099e7aa
commit c5e90d4286
+1 -1
View File
@@ -11,7 +11,7 @@
static struct mpxy_rpmi_service_data logging_services[] = { static struct mpxy_rpmi_service_data logging_services[] = {
[0] = { [0] = {
.id = RPMI_MM_SRV_ENABLE_NOTIFICATION, .id = RPMI_LOGGING_SRV_ENABLE_NOTIFICATION,
.min_tx_len = sizeof(struct rpmi_enable_notification_req), .min_tx_len = sizeof(struct rpmi_enable_notification_req),
.max_tx_len = sizeof(struct rpmi_enable_notification_req), .max_tx_len = sizeof(struct rpmi_enable_notification_req),
.min_rx_len = sizeof(struct rpmi_enable_notification_resp), .min_rx_len = sizeof(struct rpmi_enable_notification_resp),