Re: [PATCH] wifi: ath9k: fix printk specifier

From: Jakub Kicinski
Date: Wed Jul 05 2023 - 17:15:08 EST


On Fri, 30 Jun 2023 21:03:02 +0800 Dongliang Mu wrote:
> Smatch reports:
>
> ath_pci_probe() warn: argument 4 to %lx specifier is cast from pointer
> ath_ahb_probe() warn: argument 4 to %lx specifier is cast from pointer
>
> Fix it by modifying %lx to %px in printk.

The patch does %p not %px.