diff options
author | Arnd Bergmann <[email protected]> | 2021-02-04 17:01:20 +0100 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2021-02-08 15:54:05 +0100 |
commit | d30337da8677cd73cb19444436b311c13e57356f (patch) | |
tree | 79b2ecda93e8f01269c0634c41c1faaa4d109a12 /net/unix/unix_bpf.c | |
parent | 1048ba83fb1c00cd24172e23e8263972f6b5d9ac (diff) |
ARM: at91: use proper asm syntax in pm_suspend
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: 4fd36e458392 ("ARM: at91: pm: add plla disable/enable support for sam9x60")
Tested-by: Claudiu Beznea <[email protected]>
Reviewed-by: Claudiu Beznea <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions