Re: [PATCH] staging: vchip_arm: Fix misuse of %x

From: Greg KH
Date: Mon Sep 27 2021 - 11:35:13 EST


On Thu, Sep 23, 2021 at 11:55:54AM +0800, Guo Zhi wrote:
> Pointers should be printed with %p or %px rather than
> cast to (unsigned long) and printed with %lx.
> Change %lx to %pK to print the pointers.
>
> Signed-off-by: Guo Zhi <qtxuning1999@xxxxxxxxxxx>
> ---
> .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)

Does not apply to my tree :(

Please rebase and resend.

thanks,

greg k-h