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 B2AC9C001DC for ; Fri, 14 Jul 2023 06:35:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235106AbjGNGfC (ORCPT ); Fri, 14 Jul 2023 02:35:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234979AbjGNGen (ORCPT ); Fri, 14 Jul 2023 02:34:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 223A330CB; Thu, 13 Jul 2023 23:34:29 -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 AFBEC61BCB; Fri, 14 Jul 2023 06:34:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 850B7C433C7; Fri, 14 Jul 2023 06:34:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689316468; bh=HNJGtyERKCH6z390Vn8aBkVMvYPcPPbKhPvGu9bfFK8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JCvAFtfwpLhQTo/ArRDGEGIczn6mJb7aZ0BAEROVm7uShe5izEUnkJTZ7VGcuZn3V JfbbZVBqRioE2UHapJceIc4oyzBEK2Rp6bLtuhD/4+MW7JmyenqnFElKBqnzHG6nW2 pxGdKYd+vr6xARpd2tUE3iUvW66fP6tJpSwnxtwM8apzBlD8GZqXEqLrB9sSKwTUxw Vie0cy0omyRhu+N5lJzz22+nPKQLe/e/o7nkf3GTGPYnavpWdIBDN8hS4cJTzsVf0O 0t4hjr3c1cRKQXU2jdpMA7mF1oxkpPFOm4DW15Av2FNSQujmv/ymXVkOZmicAToiLk Rh1Br/SKFWjpA== Date: Fri, 14 Jul 2023 12:04:23 +0530 From: Vinod Koul To: Stephen Rothwell Cc: Dan Carpenter , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Fixes tag needs some work in the soundwire-fixes tree Message-ID: References: <20230713075901.758e1b65@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230713075901.758e1b65@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 13-07-23, 07:59, Stephen Rothwell wrote: > Hi all, > > In commit > > bfb4da9c536e ("soundwire: amd: Fix a check for errors in probe()") > > Fixes tag > > Fixes: a673a8dfc214 ("soundwire: amd: Add support for AMD Manager driver") > > has these problem(s): > > - Target SHA1 does not exist > > Maybe you meant > > Fixes: d8f48fbdfd9a ("soundwire: amd: Add support for AMD Manager driver") I have fixed it up, thanks for the report -- ~Vinod