Skip to content

Commit cd555a3

Browse files
committed
Update Linux kernel code with dma-perf config files.
1 parent 61c8549 commit cd555a3

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
110 KB
Binary file not shown.
Binary file not shown.
103 KB
Binary file not shown.

QDMA/linux-kernel/driver/libqdma/qdma_access/qdma_soft_access/qdma_soft_access.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4007,7 +4007,7 @@ int qdma_queue_pidx_update(void *dev_hndl, uint8_t is_vf, uint16_t qid,
40074007
uint32_t reg_val = 0;
40084008

40094009
if (!dev_hndl || !reg_info) {
4010-
qdma_log_error("%s: dev_handle is (%p), reg_info is (%p), err:%d\n",
4010+
qdma_log_error("%s: dev_hndl:(%p), reg_info:(%p), err:%d\n",
40114011
__func__, dev_hndl, reg_info, -QDMA_ERR_INV_PARAM);
40124012
return -QDMA_ERR_INV_PARAM;
40134013
}

0 commit comments

Comments
 (0)