From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932183AbcELOrv (ORCPT ); Thu, 12 May 2016 10:47:51 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:38609 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753099AbcELOrt (ORCPT ); Thu, 12 May 2016 10:47:49 -0400 Subject: Re: [PATCH] pinctrl: stm32: Implement .pin_config_dbg_show() To: Linus Walleij References: <1461939943-24752-1-git-send-email-patrice.chotard@st.com> <5733364A.3090606@st.com> CC: "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Maxime Coquelin From: Patrice Chotard Message-ID: <5734977A.1090409@st.com> Date: Thu, 12 May 2016 16:47:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.1.66] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-05-12_07:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/12/2016 03:40 PM, Linus Walleij wrote: > On Wed, May 11, 2016 at 3:40 PM, Patrice Chotard wrote: >> On 05/10/2016 01:50 PM, Linus Walleij wrote: >> Sorry i didn't pay attention, but there is a compilation warning in this >> patch. >> >> drivers/pinctrl/stm32/pinctrl-stm32.c:823:7: warning: too many arguments for >> format [-Wformat-extra-args] >> speeds[speed], "speed"); >> >> >> What do you prefer ? >> _ me to submit a v2 fixing this warning and at the same occasion include >> the requested code factorization >> _ or submit additionnal patchset ? > Just send a patch on top fixing this. Series just send Thanks Patrice > > Yours, > Linus Walleij