Re: powerpc/4xx/ocm: Fix fix for phys_addr_t printf warnings

2019-01-16 Thread Michael Ellerman
On Mon, 2019-01-14 at 00:32:55 UTC, Michael Ellerman wrote: > My recent commit to fix the printf warnings in ocm.c got the format > specifier wrong, because I copied it from the documentation without > realising the square brackets are not meant as literals. > > This results in the address being s

[PATCH] powerpc/4xx/ocm: Fix fix for phys_addr_t printf warnings

2019-01-13 Thread Michael Ellerman
My recent commit to fix the printf warnings in ocm.c got the format specifier wrong, because I copied it from the documentation without realising the square brackets are not meant as literals. This results in the address being suffixed with a literal "[p]". Actually tested this time: # cat inf