diff options
author | ruanjinjie <[email protected]> | 2022-09-24 17:25:16 +0800 |
---|---|---|
committer | Lyude Paul <[email protected]> | 2022-10-12 18:54:42 -0400 |
commit | 9cf06d6ef7fd08adf51568b704ab7ba6007b6fe8 (patch) | |
tree | 6b48df633debfc6875122ed3554cf1317d0d80ce /lib/mpi/mpiutil.c | |
parent | ca0022425b3303786a563f8e40c26164970eb632 (diff) |
drm/nouveau/disp: fix cast removes address space of expression warnings
When build Linux kernel with 'make C=2', encounter the following warnings:
./drivers/gpu/drm/nouveau/dispnv50/disp.c:134:34: warning: cast removes address space '__iomem' of expression
./drivers/gpu/drm/nouveau/dispnv50/disp.c:197:34: warning: cast removes address space '__iomem' of expression
The data type of dmac->_push.mem.object.map.ptr is 'void __iomem *', but
converted to 'u32 *' directly and cause above warnings, now
recover their data types to fix these warnings.
Signed-off-by: ruanjinjie <[email protected]>
Reviewed-by: Lyude Paul <[email protected]>
Signed-off-by: Lyude Paul <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions