Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752936AbbFKJQZ (ORCPT ); Thu, 11 Jun 2015 05:16:25 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:35245 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752063AbbFKJQQ (ORCPT ); Thu, 11 Jun 2015 05:16:16 -0400 From: Cyrille Pitchen To: , , CC: , , , Cyrille Pitchen Subject: [PATCH 0/1] i2c: at91: fix code checker warnings Date: Thu, 11 Jun 2015 11:16:31 +0200 Message-ID: X-Mailer: git-send-email 1.8.2.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 825 Lines: 25 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(-) -- 1.8.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/