Vladimir Kondratiev <QCA_vkondrat@xxxxxxxxxxxxxxxx> writes: > Fix format specifier used for dma_addr_t, namely use %pad > Debug print virtual address for the same buffer as well. > > It can be applied as: > fixup! wil6210: Add pmc debug mechanism memory management > > Signed-off-by: Vladimir Kondratiev <qca_vkondrat@xxxxxxxxxxxxxxxx> The right format for specifying the commit which this patch fixes is: Fixes: dc16427bbe65 ("wil6210: Add pmc debug mechanism memory management") See Documentatin/SubmittingPatches for more info. But I see new warnings with this patch: drivers/net/wireless/ath/wil6210/pmc.c:94:243: warning: format '%p' expects argument of type 'void *', but argument 6 has type 'dma_addr_t' [-Wformat] drivers/net/wireless/ath/wil6210/pmc.c:94:478: warning: format '%p' expects argument of type 'void *', but argument 5 has type 'dma_addr_t' [-Wformat] -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html