From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:44435 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751632AbeBFUbp (ORCPT ); Tue, 6 Feb 2018 15:31:45 -0500 Date: Tue, 6 Feb 2018 12:31:42 -0800 From: Greg KH To: Nhan Nguyen Cc: yasushi.onishi.xc@renesas.com, binh.nguyen.uw@rvc.renesas.com, Julian Scheel , stable@vger.kernel.org, Mark Brown , thongsyho Subject: Re: [PATCH 4.4.y 1/3] ASoC: simple-card: Fix misleading error message Message-ID: <20180206203142.GA18045@kroah.com> References: <20180206063339.14584-1-nhan.nguyen.yb@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180206063339.14584-1-nhan.nguyen.yb@renesas.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Feb 06, 2018 at 01:33:39PM +0700, Nhan Nguyen wrote: > From: Julian Scheel > > commit 7ac45d1635a4cd2e99a4b11903d4a2815ca1b27b upstream. > > In case cpu could not be found the error message would always refer to > /codec/ not being found in DT. Fix this by catching the cpu node not found > case explicitly. > > Cc: stable@vger.kernel.org > Signed-off-by: Julian Scheel > Signed-off-by: Mark Brown > Signed-off-by: thongsyho > Signed-off-by: Nhan Nguyen > --- > sound/soc/generic/simple-card.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) Are you going to send the series for 4.9 for these patches? thanks, greg k-h