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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 C2BD6C2B9F8 for ; Tue, 25 May 2021 14:44:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9E75C61417 for ; Tue, 25 May 2021 14:44:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234135AbhEYOp6 (ORCPT ); Tue, 25 May 2021 10:45:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:46970 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232939AbhEYOpt (ORCPT ); Tue, 25 May 2021 10:45:49 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E1C9C61284; Tue, 25 May 2021 14:44:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621953859; bh=NJdUar8af0rdZYBLwdPudA7NpymLsCZxH70tBGhysbc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2kKHVtuPcKdBu8+eEcJTppd47tQR4i/DIUwvrkzHptaah21baBrjuoVqKn5IzbP4h PXM3ew0KIW4KO1L38va50OfU9kxMI0n/mdwy7ygCB9p+Ewblsa6QycIYJffOiQzGp+ trfPiuPrrOiadUanaAWsWpgeUUcx8cZfygolx2c0= Date: Tue, 25 May 2021 16:44:17 +0200 From: Greg Kroah-Hartman To: Mark Brown Cc: Sasha Levin , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Phillip Potter , alsa-devel@alsa-project.org Subject: Re: [PATCH AUTOSEL 5.12 30/63] ASoC: rt5645: add error checking to rt5645_probe function Message-ID: References: <20210524144620.2497249-1-sashal@kernel.org> <20210524144620.2497249-30-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 25, 2021 at 03:01:40PM +0100, Mark Brown wrote: > On Mon, May 24, 2021 at 10:45:47AM -0400, Sasha Levin wrote: > > From: Phillip Potter > > > > [ Upstream commit 5e70b8e22b64eed13d5bbebcb5911dae65bf8c6b ] > > > > Check for return value from various snd_soc_dapm_* calls, as many of > > them can return errors and this should be handled. Also, reintroduce > > the allocation failure check for rt5645->eq_param as well. Make all > > I also don't have this commit and can't see any sign of it > having been submitted upstream. I cc:ed you on it, as it was part of the larger "revert the umn.edu" mess. It's now in 5.13-rc3. thanks, greg k-h