Re: [PATCH 03/11] pinctrl: single: fix debug messages formatting

2021-01-27 Thread Pratyush Yadav
On 26/01/21 12:20PM, Dario Binacchi wrote: > Hi Pratyush, > > > Il 25/01/2021 18:09 Pratyush Yadav ha scritto: > > > > > > Hi Dario, > > > > On 23/01/21 07:27PM, Dario Binacchi wrote: > > > The printf '%pa' format specifier appends the '0x' prefix to the > > > displayed address. Furthermore,

Re: [PATCH 03/11] pinctrl: single: fix debug messages formatting

2021-01-26 Thread Dario Binacchi
Hi Pratyush, > Il 25/01/2021 18:09 Pratyush Yadav ha scritto: > > > Hi Dario, > > On 23/01/21 07:27PM, Dario Binacchi wrote: > > The printf '%pa' format specifier appends the '0x' prefix to the > > displayed address. Furthermore, the offset variable is displayed with > > the '%x' format speci

Re: [PATCH 03/11] pinctrl: single: fix debug messages formatting

2021-01-25 Thread Pratyush Yadav
Hi Dario, On 23/01/21 07:27PM, Dario Binacchi wrote: > The printf '%pa' format specifier appends the '0x' prefix to the > displayed address. Furthermore, the offset variable is displayed with > the '%x' format specifier instead of '%pa'. I agree with Simon that the commit message does not explain

Re: [PATCH 03/11] pinctrl: single: fix debug messages formatting

2021-01-23 Thread Simon Glass
Hi Dario, On Sat, 23 Jan 2021 at 11:27, Dario Binacchi wrote: > > The printf '%pa' format specifier appends the '0x' prefix to the > displayed address. Furthermore, the offset variable is displayed with > the '%x' format specifier instead of '%pa'. Please start your commit message with the probl