diff options
author | Yu Chien Peter Lin | 2023-02-06 16:10:53 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang | 2023-02-17 19:07:48 +0800 |
commit | da24626d147cdd04e84f88c0196a0131fa22cee7 (patch) | |
tree | 31d23494a9df8578b058fb3902570dc472790845 /board/novtech | |
parent | f29834d150f9650c7d38dac62f601444e9a31238 (diff) |
driver: cache-v5l2: Fix type casting warning on RV32
This patch fixes following warning for the riscv32 toolchain.
drivers/cache/cache-v5l2.c:122:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
122 | regs = (struct l2cache *)dev_read_addr(dev);
| ^
Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'board/novtech')
0 files changed, 0 insertions, 0 deletions