From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753417AbdLVIGm (ORCPT ); Fri, 22 Dec 2017 03:06:42 -0500 Received: from mga11.intel.com ([192.55.52.93]:58031 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750961AbdLVIGk (ORCPT ); Fri, 22 Dec 2017 03:06:40 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,439,1508828400"; d="scan'208";a="14386865" Date: Fri, 22 Dec 2017 13:40:35 +0530 From: Vinod Koul To: Greg KH Cc: Colin King , Sanyog Kale , alsa-devel@alsa-project.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] soundwire: intel: fix missing assignment to ret Message-ID: <20171222081034.GP18649@localhost> References: <20171221233210.8821-1-colin.king@canonical.com> <20171222033148.GN18649@localhost> <20171222071522.GA11094@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171222071522.GA11094@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 22, 2017 at 08:15:22AM +0100, Greg KH wrote: > On Fri, Dec 22, 2017 at 09:01:49AM +0530, Vinod Koul wrote: > > On Thu, Dec 21, 2017 at 11:32:10PM +0000, Colin King wrote: > > > From: Colin Ian King > > > > > > Currently the return status ret is being checked but it has not been > > > updated since the previous check on ret. It appears that assignment of > > > ret from return status of the call to sdw_cdns_enable_interrupt was > > > accidentally ommited. Fix this. > > > > Thanks Colin, this looks good to me. > > > > Greg, we have this and another patch from Colin, both lgtm. > > > > Would you like me to collect these and send to you before merge cycle or > > apply directly? > > Please collect and then send on, as it is not in my queue at all. Sounds good, will do that -- ~Vinod