diff options
| author | Anup Patel <[email protected]> | 2026-05-09 21:48:49 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2026-05-11 10:08:55 +0530 |
| commit | ae8f28a868513a76e0934dbd2a0a852c295c7051 (patch) | |
| tree | 9e185c5a62dd46550878a29a89c12b2561ff315d /docs | |
| parent | 6767861c484d07f180f3dd710b5dc59f0c525374 (diff) | |
lib: utils: Fix LLVM compile error in MPXY client driver for RPMI MM
The following compile error is seen with LLVM compiler:
CC platform/generic/lib/utils/mpxy/fdt_mpxy_rpmi_mm.o
lib/utils/mpxy/fdt_mpxy_rpmi_mm.c:17:6: error: use of GNU 'missing =' extension in
designator [-Werror,-Wgnu-designator]
17 | [0] {
| ^
| =
lib/utils/mpxy/fdt_mpxy_rpmi_mm.c:24:6: error: use of GNU 'missing =' extension in
designator [-Werror,-Wgnu-designator]
24 | [1] {
| ^
| =
2 errors generated.
Add missing "=" in mm_srvcdata[] array initialization to address
the above issue.
Fixes: 0b041e58c078 ("lib: utils: Add MPXY client driver for RPMI MM service group")
Signed-off-by: Anup Patel <[email protected]>
Reviewed-by: Ranbir Singh <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
