mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-09-08 18:21:29 +01:00
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:
@@ -11,7 +11,7 @@
|
||||
|
||||
static struct mpxy_rpmi_service_data logging_services[] = {
|
||||
[0] = {
|
||||
.id = RPMI_MM_SRV_ENABLE_NOTIFICATION,
|
||||
.id = RPMI_LOGGING_SRV_ENABLE_NOTIFICATION,
|
||||
.min_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),
|
||||
|
||||
Reference in New Issue
Block a user