Re: [PATCH 1/1] pinctrl: st: st_pinconf_dbg_show wrong format string

2016-11-08 Thread Linus Walleij
On Sat, Nov 5, 2016 at 3:25 PM, Heinrich Schuchardt wrote: > function is defined as unsigned int. > So we need %u to print it. > > Signed-off-by: Heinrich Schuchardt Patch applied with Patrice's ACK. Yours, Linus Walleij

Re: [PATCH 1/1] pinctrl: st: st_pinconf_dbg_show wrong format string

2016-11-07 Thread Patrice Chotard
On 11/05/2016 03:25 PM, Heinrich Schuchardt wrote: > function is defined as unsigned int. > So we need %u to print it. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/pinctrl/pinctrl-st.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/pinctrl-s

[PATCH 1/1] pinctrl: st: st_pinconf_dbg_show wrong format string

2016-11-05 Thread Heinrich Schuchardt
function is defined as unsigned int. So we need %u to print it. Signed-off-by: Heinrich Schuchardt --- drivers/pinctrl/pinctrl-st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-st.c b/drivers/pinctrl/pinctrl-st.c index b7bb371..8308f15 100644 --- a/