]> git.baikalelectronics.ru Git - kernel.git/commit
ti_sci: Use %pS printk format for direct addresses
authorHelge Deller <deller@gmx.de>
Mon, 9 Oct 2017 16:54:14 +0000 (09:54 -0700)
committerSantosh Shilimkar <ssantosh@kernel.org>
Mon, 9 Oct 2017 16:54:14 +0000 (09:54 -0700)
commit43b5c6175f5b6c91592037ce77e2a9540df1e2c1
tree37075444bd1814ecc5a3572e66f53d1b966674ba
parent7b0a8915e98b4018bc8f48f36ef1430ffe0e58c5
ti_sci: Use %pS printk format for direct addresses

Use the %pS printk format for printing symbols from direct addresses.
This is important for the ia64, ppc64 and parisc64 architectures, while on
other architectures there is no difference between %pS and %pF.
Fix it for consistency across the kernel.

Signed-off-by: Helge Deller <deller@gmx.de>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
drivers/firmware/ti_sci.c