summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2022-06-12 11:25:22 +0000
committerSimon Glass <[email protected]>2022-06-28 03:09:52 +0100
commitd4462ba0443d4ea7de290b2ccf90b2a1c0122b93 (patch)
tree93fbb57d6266f6d2bc244787025af0836a88e91d /include/linux
parent4f6500aa1a62a80e8df2ffdf16fe4c3eabd99f1c (diff)
sandbox: cast to pointer from integer of different size
Building sandbox_defconfig on ARMv7 with HOST_32BIT=y results in: drivers/misc/qfw_sandbox.c:51:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 51 | void *address = (void *)be64_to_cpu(dma->address); Add the missing type conversion. Fixes: 69512551aa84 ("test: qemu: add qfw sandbox driver, dm tests, qemu tests") Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions