Re: [PATCH] sh: j2: Use ioremap() to translate device tree address into kernel memory
Geert Uytterhoeven <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <CAMuHMdWxp16uzqZ1R2ViZHSbqYcHSjWNVJDM1_Qne3kfaG6pVQ@mail.gmail.com> |
On Wed, May 3, 2023 at 2:59 PM John Paul Adrian Glaubitz <[email protected]> wrote: > Addresses the following warning when building j2_defconfig: > > arch/sh/kernel/cpu/sh2/probe.c: In function 'scan_cache': > arch/sh/kernel/cpu/sh2/probe.c:24:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > 24 | j2_ccr_base = (u32 __iomem *)of_flat_dt_translate_address(node); > | > > Signed-off-by: John Paul Adrian Glaubitz <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds