diff options
author | Tom Seewald <tseewald@gmail.com> | 2020-06-10 20:47:17 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2020-06-15 22:00:08 +0300 |
commit | 6769b275a313c76ddcd7d94c632032326db5f759 (patch) | |
tree | 2f667ee5679050d5950ddc57db2163ec246b1eb6 /lib/kobject_uevent.c | |
parent | 0dc63bbee0fa6da20283ae6e22e99c6fde25ed8e (diff) | |
download | linux-6769b275a313c76ddcd7d94c632032326db5f759.tar.xz |
RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()
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: c536277e0db1 ("RDMA/siw: Fix 64/32bit pointer inconsistency")
Link: https://lore.kernel.org/r/20200610174717.15932-1-tseewald@gmail.com
Signed-off-by: Tom Seewald <tseewald@gmail.com>
Reviewed-by: Bernard Metzler <bmt@zurich.ibm.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'lib/kobject_uevent.c')
0 files changed, 0 insertions, 0 deletions