Skip to content

Commit

Permalink
Copy caps in cxl_ide_km_query
Browse files Browse the repository at this point in the history
caps is forgotten to be copied in cxl_ide_km_query respose.

Signed-off-by: Min M Xu <[email protected]>
  • Loading branch information
mxu9 authored and steven-bellock committed Aug 8, 2024
1 parent 88bcf09 commit 88609d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/cxl_ide_km_requester_lib/cxl_ide_km_req_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ libspdm_return_t cxl_ide_km_query(const void *pci_doe_context,
*bus_num= response.bus_num;
*segment= response.segment;
*max_port_index= response.max_port_index;
*caps = response.caps;
libspdm_copy_mem (ide_reg_buffer,
*ide_reg_buffer_count * sizeof(uint32_t),
response.ide_reg_block,
Expand Down

0 comments on commit 88609d4

Please sign in to comment.