From: Colin King <[email protected]> Date: Mon, 27 Nov 2017 13:24:15 +0000
> From: Colin Ian King <[email protected]> > > Don't use %x and casting to print out a kernel address, instead use the > %pK and remove the casting. Cleans up smatch warning: > > drivers/atm/fore200e.c:3093 fore200e_proc_read() warn: argument 3 to %08x > specifier is cast from pointer > > Signed-off-by: Colin Ian King <[email protected]> Applied, thank you.

