mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-03 11:12:33 +00:00
Compiling with the clang integrated assembler warns about
a recently added instruction:
<instantiation>:14:13: error: unknown token in expression
ldr tmp1, =#0x00020010UL
arch/arm/mach-at91/pm_suspend.S:542:2: note: while in macro instantiation
at91_plla_enable
Remove the extra '#' character that is not used for the 'ldr'
instruction when doing an indirect load of a constant.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| at91rm9200.c | ||
| at91sam9.c | ||
| generic.h | ||
| Kconfig | ||
| Makefile | ||
| Makefile.boot | ||
| pm_data-offsets.c | ||
| pm_suspend.S | ||
| pm.c | ||
| pm.h | ||
| sam9x60.c | ||
| sama5.c | ||
| samv7.c | ||