staging: vc04_services: vchiq_dev: Use %p to log pointer address
authorUmang Jain <umang.jain@ideasonboard.com>
Thu, 7 Dec 2023 08:38:37 +0000 (14:08 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 9 Dec 2023 14:06:35 +0000 (15:06 +0100)
commit6cb3158903c6402d7be26677becde5dc1862a48b
tree7d968e8baed22e74819a1464da7b7d626d2d8a55
parent93596ac342c501db98dbd7b94bc60c12daad7569
staging: vc04_services: vchiq_dev: Use %p to log pointer address

Solves the following Smatch warnings:
vchiq_release() warn: argument 7 to %lx specifier is cast from pointer

%p will print the hashed pointer to dynamic debug.
In order to print the unmodified pointer address, one can use the
`no_hash_pointers` via kernel parameters.

Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Link: https://lore.kernel.org/r/20231207083837.153843-3-umang.jain@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_dev.c