diff options
author | Thomas Zimmermann <[email protected]> | 2023-06-06 12:40:55 +0200 |
---|---|---|
committer | Helge Deller <[email protected]> | 2023-06-19 09:02:51 +0200 |
commit | 73eb77e75a00a7eebf5e3ca9e87ee7f728012bed (patch) | |
tree | 24e1599c37232b13b989e6d64f5ebdaac448e295 /lib/mpi/mpi-inline.h | |
parent | d4313a68ec913f2705b337e2d332813a72cb2de9 (diff) |
fbdev: hitfb: Fix integer-to-pointer cast
Fix the type casting from unsigned long to char __iomem *. Resolves
the following warning:
../drivers/video/fbdev/hitfb.c:411:27: warning: incorrect type in assignment (different address spaces)
../drivers/video/fbdev/hitfb.c:411:27: expected char [noderef] __iomem *screen_base
../drivers/video/fbdev/hitfb.c:411:27: got void *
Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Michael J. Ruhl <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-inline.h')
0 files changed, 0 insertions, 0 deletions