From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrille Pitchen Subject: Re: [PATCH 0/1] i2c: at91: fix code checker warnings Date: Thu, 11 Jun 2015 11:26:20 +0200 Message-ID: <5579543C.6040108@atmel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org, wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-i2c@vger.kernel.org Hi all, this patch was made after applying the previous series "[PATCH v6 0/6] i2c: at91: add support to FIFOs and alternative command= ", which was already accepted. Best Regards, Cyrille Le 11/06/2015 11:16, Cyrille Pitchen a =E9crit : > ChangeLog >=20 > v1: > This patch fixes somes code checker warnings reported by Wolfram Sang= : >=20 > drivers/i2c/busses/i2c-at91.c:213: style: Checking if unsigned variab= le 'buf_len' is less than zero. > drivers/i2c/busses/i2c-at91.c:254: style: Checking if unsigned variab= le 'buf_len' is less than zero. > drivers/i2c/busses/i2c-at91.c:293: style: Checking if unsigned variab= le 'buf_len' is less than zero. >=20 > Thanks for reporting! >=20 > Cyrille Pitchen (1): > i2c: at91: fix code checker warnings >=20 > drivers/i2c/busses/i2c-at91.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 From mboxrd@z Thu Jan 1 00:00:00 1970 From: cyrille.pitchen@atmel.com (Cyrille Pitchen) Date: Thu, 11 Jun 2015 11:26:20 +0200 Subject: [PATCH 0/1] i2c: at91: fix code checker warnings In-Reply-To: References: Message-ID: <5579543C.6040108@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi all, this patch was made after applying the previous series "[PATCH v6 0/6] i2c: at91: add support to FIFOs and alternative command", which was already accepted. Best Regards, Cyrille Le 11/06/2015 11:16, Cyrille Pitchen a ?crit : > ChangeLog > > v1: > This patch fixes somes code checker warnings reported by Wolfram Sang: > > drivers/i2c/busses/i2c-at91.c:213: style: Checking if unsigned variable 'buf_len' is less than zero. > drivers/i2c/busses/i2c-at91.c:254: style: Checking if unsigned variable 'buf_len' is less than zero. > drivers/i2c/busses/i2c-at91.c:293: style: Checking if unsigned variable 'buf_len' is less than zero. > > Thanks for reporting! > > Cyrille Pitchen (1): > i2c: at91: fix code checker warnings > > drivers/i2c/busses/i2c-at91.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752060AbbFKJ0g (ORCPT ); Thu, 11 Jun 2015 05:26:36 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:39388 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750763AbbFKJ0Y (ORCPT ); Thu, 11 Jun 2015 05:26:24 -0400 Message-ID: <5579543C.6040108@atmel.com> Date: Thu, 11 Jun 2015 11:26:20 +0200 From: Cyrille Pitchen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: , , CC: , , Subject: Re: [PATCH 0/1] i2c: at91: fix code checker warnings References: In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, this patch was made after applying the previous series "[PATCH v6 0/6] i2c: at91: add support to FIFOs and alternative command", which was already accepted. Best Regards, Cyrille Le 11/06/2015 11:16, Cyrille Pitchen a écrit : > ChangeLog > > v1: > This patch fixes somes code checker warnings reported by Wolfram Sang: > > drivers/i2c/busses/i2c-at91.c:213: style: Checking if unsigned variable 'buf_len' is less than zero. > drivers/i2c/busses/i2c-at91.c:254: style: Checking if unsigned variable 'buf_len' is less than zero. > drivers/i2c/busses/i2c-at91.c:293: style: Checking if unsigned variable 'buf_len' is less than zero. > > Thanks for reporting! > > Cyrille Pitchen (1): > i2c: at91: fix code checker warnings > > drivers/i2c/busses/i2c-at91.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >