Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753160AbcKHK0i (ORCPT ); Tue, 8 Nov 2016 05:26:38 -0500 Received: from mail-qk0-f181.google.com ([209.85.220.181]:34638 "EHLO mail-qk0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751711AbcKHK0e (ORCPT ); Tue, 8 Nov 2016 05:26:34 -0500 MIME-Version: 1.0 In-Reply-To: <20161105142515.4377-1-xypron.glpk@gmx.de> References: <20161105142515.4377-1-xypron.glpk@gmx.de> From: Linus Walleij Date: Tue, 8 Nov 2016 11:26:32 +0100 Message-ID: Subject: Re: [PATCH 1/1] pinctrl: st: st_pinconf_dbg_show wrong format string To: Heinrich Schuchardt Cc: Patrice Chotard , "linux-arm-kernel@lists.infradead.org" , "open list:ARM/STI ARCHITECTURE" , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 266 Lines: 11 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