mirror of https://gitee.com/openkylin/linux.git
6769b275a3
The variable buf_addr is type dma_addr_t, which may not be the same size
as a pointer. To ensure it is the correct size, cast to a uintptr_t.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
iwarp.h | ||
siw.h | ||
siw_cm.c | ||
siw_cm.h | ||
siw_cq.c | ||
siw_main.c | ||
siw_mem.c | ||
siw_mem.h | ||
siw_qp.c | ||
siw_qp_rx.c | ||
siw_qp_tx.c | ||
siw_verbs.c | ||
siw_verbs.h |