From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3342C4724C for ; Fri, 1 May 2020 07:33:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85AC02173E for ; Fri, 1 May 2020 07:33:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728304AbgEAHdU (ORCPT ); Fri, 1 May 2020 03:33:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:52708 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726452AbgEAHdT (ORCPT ); Fri, 1 May 2020 03:33:19 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 9B617AC51; Fri, 1 May 2020 07:33:17 +0000 (UTC) Date: Fri, 01 May 2020 09:33:17 +0200 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , Kai-Heng Feng Subject: Re: linux-next: build warning after merge of the sound tree In-Reply-To: <20200501140323.0e0f4a9d@canb.auug.org.au> References: <20200501140323.0e0f4a9d@canb.auug.org.au> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, 01 May 2020 06:03:23 +0200, Stephen Rothwell wrote: > > Hi all, > > After merging the sound tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > sound/pci/hda/patch_realtek.c: In function 'alc_fixup_hp_gpio_led': > sound/pci/hda/patch_realtek.c:4134:6: warning: unused variable 'err' [-Wunused-variable] > 4134 | int err; > | ^~~ > > Introduced by commit > > 87dc36482cab ("ALSA: hda/realtek - Add LED class support for micmute LED") I submitted the fix patch now and it will be included later: https://lore.kernel.org/r/20200501072857.13720-1-tiwai@suse.de thanks, Takashi