Dongliang Mu <dzm91@xxxxxxxxxxx> writes: > 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 %p in printk. > > Signed-off-by: Dongliang Mu <dzm91@xxxxxxxxxxx> > --- > v1->v2: modify %px to %p But now the patch uses %px :) -Toke