From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from isilmar-4.linta.de (isilmar-4.linta.de [136.243.71.142]) (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 5384237F8A3 for ; Mon, 30 Mar 2026 05:52:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=136.243.71.142 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774849930; cv=none; b=UkaIF60OaI47zW8d9Oo5Hy6qoVqEbIJXN4vO5FWQty7Hkl0nM7FjKsO3jQxgOHYo/H/V7s4u/1DW5WJcKrlJr1e4GlLuljpI9k+45GMWt70VlayO1bZzn0aOQhdL0sFgO1Oh6noz/+gIzDj2nxxd7WxeIB7n0PHOBZm2fO8WQ1o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774849930; c=relaxed/simple; bh=qvgyDErgjabkhrKqBSeOoMgqOR+a0SkJ37+lasJ3Scw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=P1Xq2CHq3bVN+yyZBXI18ZBzpsQl6SxTO1JgZsOTxF6Qw92NO4ApW690w73XMnES/4//ijH0uIttoIWEx0sBqG8+VxwjCCJJ8FvxsTOubGb5qPAz4uBESvoLPizqc/Rd7ay/BJrLsi8tCyot/nAGkLFJEeapIJ20+7kNioPy8TU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=dominikbrodowski.net; spf=pass smtp.mailfrom=dominikbrodowski.net; dkim=pass (2048-bit key) header.d=dominikbrodowski.net header.i=@dominikbrodowski.net header.b=r/bLIJF/; arc=none smtp.client-ip=136.243.71.142 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=dominikbrodowski.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dominikbrodowski.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dominikbrodowski.net header.i=@dominikbrodowski.net header.b="r/bLIJF/" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dominikbrodowski.net; s=k26.isilmar-4; t=1774849536; bh=qvgyDErgjabkhrKqBSeOoMgqOR+a0SkJ37+lasJ3Scw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r/bLIJF/+LXPtNgbs9ZWeuTfDRagJQlwewtoEbYK7OtQALA9OxeYM7RCMlEWnlT4P 81qqFdIRdvcN6KOzvP/ujLvIkb5G+/9p9D1Gqf2xalPnw1g+7vHLv4YCZg2vAdQcJ7 Djd7BThtNXF+Zq4KbAq+b15gY8um/D8bzwuDlJxr+HtuVWslxR790WVWuzVUbKnNvu yKQLMefw8CDTAFWhoUeqX/liUyNBsqX3oe5t1F4ZrhojpswZy5n5omPmcmscnAT8T8 CvAICjSJx/mdsJGJhKqtK81WVHFMm6hieawcv6hLdElj1+KrxY/EvUPIA8fHSY2Etv 8Gz3FW/yN6AFg== Received: from shine.dominikbrodowski.net (brodo.linta [10.2.0.112]) by isilmar-4.linta.de (Postfix) with ESMTPSA id D537F20028B; Mon, 30 Mar 2026 05:45:36 +0000 (UTC) Received: by shine.dominikbrodowski.net (Postfix, from userid 1000) id BEA6BA00B6; Mon, 30 Mar 2026 07:45:24 +0200 (CEST) Date: Mon, 30 Mar 2026 07:45:24 +0200 From: Dominik Brodowski To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= Subject: Re: [PATCH v1 1/1] pcmcia: Convert to use less arguments in pci_bus_for_each_resource() Message-ID: References: <20231030115053.2752588-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=us-ascii Content-Disposition: inline In-Reply-To: Am Tue, Jan 13, 2026 at 11:00:11AM +0200 schrieb Andy Shevchenko: > On Thu, Feb 01, 2024 at 05:19:17PM +0100, Dominik Brodowski wrote: > > Am Thu, Feb 01, 2024 at 05:17:11PM +0200 schrieb Andy Shevchenko: > > > On Mon, Oct 30, 2023 at 01:50:53PM +0200, Andy Shevchenko wrote: > > > > The pci_bus_for_each_resource() can hide the iterator loop since > > > > it may be not used otherwise. With this, we may drop that iterator > > > > variable definition. > > > > > > Can it be now applied? > > > > Which tree will this go through? No need to involve the PCMCIA tree, and you > > already have my ACK... > > Still not being applied. Can you pull it via your tree, please? Applied. Thanks, Dominik