Re: [GIT PULL] pin control bulk changes for the v4.7 cycle

From: Patrice Chotard
Date: Fri May 20 2016 - 03:13:33 EST


Hi Linus

Sorry for that. I have submitted the fix last week but Linus W. was busy and didn't get time to merged it.

Patrice

On 05/19/2016 09:52 PM, Linus Torvalds wrote:
On Thu, May 19, 2016 at 4:20 AM, Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:
This kernel cycle was quite calm when it comes to pin
control and there is really just one major change, and that
is the introduction of devm_pinctrl_register() managed
resources.
WTF happened here?

drivers/pinctrl/stm32/pinctrl-stm32.c: In function âstm32_pconf_dbg_showâ:
drivers/pinctrl/stm32/pinctrl-stm32.c:797:17: warning: too many
arguments for format [-Wformat-extra-args]
seq_printf(s, "%d - %s -%s", alt,
^

Hmm?

That's not a merge error, that comes from your tree, commit
3beed93c1617 ("pinctrl: stm32: Implement .pin_config_dbg_show()").

I fixed it up in the merge, but I shouldn't have needed to.

Linus