Re: [PATCH] mmc: cqhci: Fix a print format for the task descriptor

2020-08-04 Thread Ulf Hansson
On Wed, 15 Jul 2020 at 09:34, Ben Chuang wrote: > > The format string of the task descriptor should be "%016llx". > > Signed-off-by: Ben Chuang Applied for next (a while ago), thanks! Kind regards Uffe > --- > drivers/mmc/host/cqhci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [PATCH] mmc: cqhci: Fix a print format for the task descriptor

2020-07-15 Thread Joe Perches
On Wed, 2020-07-15 at 15:33 +0800, Ben Chuang wrote: > The format string of the task descriptor should be "%016llx". There are a lot of these: $ git grep -P -n '\b0x\d+%' arch/m68k/include/asm/mmu_context.h:166:pr_info("ksp load failed: mm=0x%p ksp=0x08%lx\n", mm, mmuar); arch/powerpc/kv

[PATCH] mmc: cqhci: Fix a print format for the task descriptor

2020-07-15 Thread Ben Chuang
The format string of the task descriptor should be "%016llx". Signed-off-by: Ben Chuang --- drivers/mmc/host/cqhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/cqhci.c b/drivers/mmc/host/cqhci.c index 75934f3c117e..280d64d0b809 100644 --- a/drivers/mmc/h