From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751264AbdIAAwH (ORCPT ); Thu, 31 Aug 2017 20:52:07 -0400 Received: from ozlabs.org ([103.22.144.67]:49923 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750868AbdIAAwG (ORCPT ); Thu, 31 Aug 2017 20:52:06 -0400 Date: Fri, 1 Sep 2017 10:52:03 +1000 From: Stephen Rothwell To: Zhang Rui Cc: Linux-Next Mailing List , Linux Kernel Mailing List Subject: linux-next: build warning after merge of the thermal tree Message-ID: <20170901105203.2948dba8@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 Zhang, After merging the thermal tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/thermal/int340x_thermal/int3406_thermal.c: In function 'int3406_thermal_get_limit': drivers/thermal/int340x_thermal/int3406_thermal.c:116:6: warning: unused variable 'index' [-Wunused-variable] int index; ^ Introduced by commit c658894562ba ("Thermal: int3406_thermal: fix thermal sysfs I/F") -- Cheers, Stephen Rothwell