Files
u-boot/arch/powerpc/include/asm
Christophe Leroy 3febc89563 powerpc: Force cast on memcpy_toio()
sparse reports the following warning:

  CHECK   arch/powerpc/cpu/mpc8xx/micropatch_usb_sof.c
arch/powerpc/cpu/mpc8xx/micropatch_usb_sof.c:29:9: warning: cast removes address space '<asn:2>' of expression
arch/powerpc/cpu/mpc8xx/micropatch_usb_sof.c:30:9: warning: cast removes address space '<asn:2>' of expression

This is because of (void *) casts for using memcpy() as a substitute.

Do like other architectures, __force the cast to silence the warning

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
2023-05-05 07:26:53 +02:00
..
2023-05-04 12:40:47 +02:00
2010-04-21 23:42:38 +02:00
2023-05-05 07:26:53 +02:00
2010-04-21 23:42:38 +02:00
2022-06-20 09:18:26 +08:00
2010-04-21 23:42:38 +02:00
2010-04-21 23:42:38 +02:00
2010-04-21 23:42:38 +02:00
2021-07-07 19:52:24 -04:00
2010-04-21 23:42:38 +02:00
2010-04-21 23:42:38 +02:00
2012-12-11 13:17:34 -07:00
2022-04-12 11:20:30 +02:00
2010-04-21 23:42:38 +02:00