From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F364878284; Thu, 29 Feb 2024 18:21:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709230900; cv=none; b=B6zweg2lqnhyWeyMhjMqp4T8mWod/3Ujxuotfc+3kehDcRktYTbtzL6WVkdUlwyaewQdyGG7lA692yXb1osxbjYmEkHAsmYEPLKwC20688bMJBbEH5hV9QM7qtQVaApafAWB3+QR9binqEnuMwisRDlweV4zZxnED6AtQMRQXBw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709230900; c=relaxed/simple; bh=FrgFr1PwHdvjBc7xr5zlxE5I160oyk5MyG0mCo/awmw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MG7qc1pDvuFJAN6myndYlBA8YJQ9QeBC/PHKosk2SGpswoYHyv8g16LJRpwLonke5DYVZfDUf1OGr5eT6crfS9liMAEvLW/ikEZMQ0Ajr66TZYPxcAcDEO911f1E6rvgx/Qz4UJRAXkgXheclzQi4T0uzLTozAqQDPbNOFaUVLk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=ALZ6aQO8; arc=none smtp.client-ip=198.175.65.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="ALZ6aQO8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709230899; x=1740766899; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=FrgFr1PwHdvjBc7xr5zlxE5I160oyk5MyG0mCo/awmw=; b=ALZ6aQO8ksqaVn4sdzlUgnJrHeOTKUQGK9W2N8FNXGaV9etnrJ9RSwbo dIy3eghp+kJd/IxRsrO4UOAkXR4YkAou4MI3I5gaSBNFqzlubck7gE86q BS6i6kfI+E6myCFaExvMCT0IEmhN8KwXXdDpOpLeom5LU3TT+UB4JOpCN 7JMZ4E0T1jqvgac/U+sADHDuqS/qsnOlHzLQZzBbV6MeTe9hLRx5+Wa9M P+HQDulbKiGzhPPcQaAVhzZ+j/rdIhawZuOZf1M/0Lobidcg3oy1OWNyr e9IHm/250L3DIMHWIydw/673BhXCafi6hrmwIYvSgC81WrkzI/IMYojF3 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10999"; a="3898447" X-IronPort-AV: E=Sophos;i="6.06,194,1705392000"; d="scan'208";a="3898447" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Feb 2024 10:21:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10999"; a="913988731" X-IronPort-AV: E=Sophos;i="6.06,194,1705392000"; d="scan'208";a="913988731" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Feb 2024 10:21:36 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rfl2E-00000008k9h-0f0o; Thu, 29 Feb 2024 20:21:34 +0200 Date: Thu, 29 Feb 2024 20:21:33 +0200 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Bartosz Golaszewski , Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/1] gpiolib: Fix the error path order in gpiochip_add_data_with_key() Message-ID: References: <20240221192846.4156888-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Thu, Feb 29, 2024 at 06:26:29PM +0100, Bartosz Golaszewski wrote: > On Thu, Feb 29, 2024 at 5:29 PM Andy Shevchenko > wrote: > > > > > > I'm sorry I really need more (morning) coffee, maybe you can simply update > > > > yourself or submit a correct fix? > > > > > > Ok, I'll apply this and send a fix on top of it. > > > > I don't see any progress with this. Do I need to do something? > > No, it just fell through the cracks. I applied this now and sent my > own fix on top. Thank you! -- With Best Regards, Andy Shevchenko