From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georgii Staroselskii Date: Mon, 17 Sep 2018 12:35:56 +0300 Subject: [U-Boot] [PATCH] x86: tangier: Fix pinmux warning In-Reply-To: References: <1537176810-19711-1-git-send-email-bmeng.cn@gmail.com> Message-ID: <20180917093556.GA10427@softcrasher> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Sep 17, 2018 at 05:30:01PM +0800, Bin Meng wrote: > Hi Georgii, > > On Mon, Sep 17, 2018 at 5:28 PM Bin Meng wrote: > > > > Currently the code builds with a warning: > > > > w+../arch/x86/cpu/tangier/pinmux.c: In function 'tangier_pinctrl_probe': > > w+../arch/x86/cpu/tangier/pinmux.c:175:11: warning: format '%d' expects > > argument of type 'int', but argument 3 has type 'ofnode {aka union > > ofnode_union}' [-Wformat=] > > > > This fixes it. > > > > Signed-off-by: Bin Meng > > --- > > > > arch/x86/cpu/tangier/pinmux.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > Please confirm whether this looks good. If no issue, I will squash > this commit into your previous patch [2/5] "x86: tangier: pinmux: add > API to configure protected pins" > > Regards, > Bin Hi Bin, Thanks for taking care of it so fast. Sorry for the trouble. LGTM. Squash it, please. Regards, Georgii