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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61783C001B0 for ; Sun, 23 Jul 2023 20:31:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229493AbjGWUbQ (ORCPT ); Sun, 23 Jul 2023 16:31:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbjGWUbP (ORCPT ); Sun, 23 Jul 2023 16:31:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F22A1B8 for ; Sun, 23 Jul 2023 13:31:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B130C60E98 for ; Sun, 23 Jul 2023 20:31:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BED24C433C7; Sun, 23 Jul 2023 20:31:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1690144274; bh=f8J/0MeEhg+4cJj4yCTE+9u19EgyTbNq8rUsvnrBboM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ADJMaBKAHuwjbWfeFsuDIhGhoob5ECYxLOALVoxZfUcKOTsbnNv05uEINAf5eQxuJ 0y+0JUJBP1TGyXp5ZCYGMzjfRV56tH6b/5NMYX7iHoQOJ0LEHzIfVPqP6dQ2ulE1KI mXSaBurONMFvFYIt4+ESn9Cc0+DdbTIYPdEQYkOc= Date: Sun, 23 Jul 2023 22:31:11 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable Subject: Re: Build error in v5.4.y-queue Message-ID: <2023072359-bovine-serve-097d@gregkh> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Jul 22, 2023 at 08:35:23AM -0700, Guenter Roeck wrote: > Seen in arm:allmodconfig and arm64:allmodconfig builds with v5.4.249-278-g78f9a3d1c959. > > sound/soc/mediatek/mt8173/mt8173-afe-pcm.c: In function 'mt8173_afe_pcm_dev_probe': > sound/soc/mediatek/mt8173/mt8173-afe-pcm.c:1159:17: error: label 'err_cleanup_components' used but not defined Thanks for letting me know, the offending patch is now dropped. greg k-h