From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750912AbdE3Dwf (ORCPT ); Mon, 29 May 2017 23:52:35 -0400 Received: from ozlabs.org ([103.22.144.67]:46145 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbdE3Dwe (ORCPT ); Mon, 29 May 2017 23:52:34 -0400 Date: Tue, 30 May 2017 13:52:30 +1000 From: Stephen Rothwell To: Linus Walleij Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Andy Shevchenko Subject: linux-next: build warning after merge of the gpio tree Message-ID: <20170530135230.7e78aba2@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, After merging the gpio tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/gpio/gpiolib.c: In function 'gpiochip_irqchip_init_valid_mask': drivers/gpio/gpiolib.c:1474:6: warning: unused variable 'i' [-Wunused-variable] int i; ^ Introduced by commit 923a654c186c ("gpiolib: Re-use bitmap_fill() instead of open coded loop") -- Cheers, Stephen Rothwell