From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932749AbcESTwa (ORCPT ); Thu, 19 May 2016 15:52:30 -0400 Received: from mail-ig0-f193.google.com ([209.85.213.193]:35908 "EHLO mail-ig0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932585AbcESTwW convert rfc822-to-8bit (ORCPT ); Thu, 19 May 2016 15:52:22 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 19 May 2016 12:52:20 -0700 X-Google-Sender-Auth: Mew0c87KjzmNdgk_C7lZ-nMDsrY Message-ID: Subject: Re: [GIT PULL] pin control bulk changes for the v4.7 cycle From: Linus Torvalds To: Linus Walleij , Patrice Chotard Cc: "linux-kernel@vger.kernel.org" , Laxman Dewangan Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 19, 2016 at 4:20 AM, Linus Walleij 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