On Tue, Aug 20, 2019 at 07:22:21PM +0200, Bernard Metzler wrote: > Fixes improper casting between addresses and unsigned types. > Changes siw_pbl_get_buffer() function to return appropriate > dma_addr_t, and not u64. > > In debug prints, all potentially kernel private variables > are printed as void * to allow keeping that information > secret. It is done by using %pK and not by strange casting. https://elixir.bootlin.com/linux/v5.3-rc5/source/Documentation/core-api/printk-formats.rst#L113 Thanks