From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Padovan Subject: Re: [PATCH -next] bluetooth: fix printk format warnings Date: Mon, 1 Oct 2012 12:04:15 -0300 Message-ID: <20121001150415.GK15463@joana> References: <20120928165112.6b0f5328b72428799c3f995d@canb.auug.org.au> <5068F597.9020403@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-gh0-f174.google.com ([209.85.160.174]:52098 "EHLO mail-gh0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752051Ab2JAPEX (ORCPT ); Mon, 1 Oct 2012 11:04:23 -0400 Content-Disposition: inline In-Reply-To: <5068F597.9020403@xenotime.net> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , Marcel Holtmann , Johan Hedberg , linux-bluetooth@vger.kernel.org Hi Randy, * Randy Dunlap [2012-09-30 18:44:55 -0700]: > From: Randy Dunlap > > Fix printk format warnings in net/bluetooth/: > > net/bluetooth/hci_event.c:886:3: warning: format '%ld' expects type 'long int', but argument 2 has type 'size_t' > net/bluetooth/hci_event.c:886:3: warning: format '%ld' expects type 'long int', but argument 3 has type 'size_t' > net/bluetooth/a2mp.c:386:2: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'unsigned int' > > Signed-off-by: Randy Dunlap > M: Marcel Holtmann > M: Gustavo Padovan > M: Johan Hedberg > L: linux-bluetooth@vger.kernel.org > --- > net/bluetooth/a2mp.c | 2 +- > net/bluetooth/hci_event.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) This is fixed on bluetooth-next already, thanks for the patch anyway. Gustavo